mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
new testcase
llvm-svn: 25897
This commit is contained in:
parent
94b1244255
commit
5523fc1a1f
8
test/Regression/CodeGen/X86/compare-add.ll
Normal file
8
test/Regression/CodeGen/X86/compare-add.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 &&
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep add
|
||||
bool %X(int %X) {
|
||||
%Y = add int %X, 14
|
||||
%Z = setne int %Y, 12345
|
||||
ret bool %Z
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user