mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
Relax expressions and add explicit triplets -linux and -win32.
llvm-svn: 126198
This commit is contained in:
parent
7f269a5123
commit
101efee740
@ -1,10 +1,11 @@
|
||||
; RUN: llc < %s -march=x86-64 | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-win64 | FileCheck %s
|
||||
; rdar://7304838
|
||||
|
||||
; CodeGenPrepare should move the zext into the block with the load
|
||||
; so that SelectionDAG can select it with the load.
|
||||
|
||||
; CHECK: movzbl (%rdi), %eax
|
||||
; CHECK: movzbl ({{%rdi|%rcx}}), %eax
|
||||
|
||||
define void @foo(i8* %p, i32* %q) {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user