You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
14
external/llvm/test/CodeGen/X86/fast-isel-x32.ll
vendored
14
external/llvm/test/CodeGen/X86/fast-isel-x32.ll
vendored
@ -1,14 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-linux-gnux32 -fast-isel -fast-isel-abort=1 | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort=1 | FileCheck %s
|
||||
|
||||
; Test that alloca addresses are materialized with the right size instruction.
|
||||
|
||||
declare void @bar(i32* %arg)
|
||||
|
||||
; CHECK-LABEL: @foo
|
||||
define void @foo() {
|
||||
%a = alloca i32
|
||||
; CHECK: leal {{.*}}, %edi
|
||||
call void @bar(i32* %a)
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user