use [N x i8] for alloca types
This commit is contained in:
parent
a07f3eb43a
commit
f4426c189f
33 changed files with 203 additions and 148 deletions
|
@ -27,7 +27,7 @@ pub fn short_integer_map(x: [u32; 8]) -> [u32; 8] {
|
|||
#[no_mangle]
|
||||
pub fn long_integer_map(x: [u32; 512]) -> [u32; 512] {
|
||||
// CHECK: start:
|
||||
// CHECK-NEXT: alloca [512 x i32]
|
||||
// CHECK-NEXT: alloca [2048 x i8]
|
||||
// CHECK-NOT: alloca
|
||||
// CHECK: mul <{{[0-9]+}} x i32>
|
||||
// CHECK: add <{{[0-9]+}} x i32>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue