comparison test/CodeGen/X86/alloca-align-rounding.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 54457678186b
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: llc < %s -march=x86-64 -mtriple=i686-pc-linux -enable-misched=false | FileCheck %s 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -enable-misched=false | FileCheck %s
2 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-pc-linux-gnux32 -enable-misched=false | FileCheck %s -check-prefix=X32ABI 2 ; RUN: llc < %s -mtriple=x86_64-pc-linux-gnux32 -enable-misched=false | FileCheck %s -check-prefix=X32ABI
3 3
4 declare void @bar(<2 x i64>* %n) 4 declare void @bar(<2 x i64>* %n)
5 5
6 define void @foo(i64 %h) { 6 define void @foo(i64 %h) {
7 %p = alloca <2 x i64>, i64 %h 7 %p = alloca <2 x i64>, i64 %h