summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/align.ll
blob: d73abe6a560c3cdc3ac9d455e3eee76f9491f5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; RUN: llc < %s -march=arm | grep align.*1 | count 1
; RUN: llc < %s -mtriple=arm-linux-gnueabi | \
; RUN:   grep align.*2 | count 2
; RUN: llc < %s -mtriple=arm-linux-gnueabi | \
; RUN:   grep align.*3 | count 2
; RUN: llc < %s -mtriple=arm-apple-darwin | \
; RUN:   grep align.*2 | count 4

@a = global i1 true
@b = global i8 1
@c = global i16 2
@d = global i32 3
@e = global i64 4
@f = global float 5.0
@g = global double 6.0
OpenPOWER on IntegriCloud