mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25897 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b6e4e6e3e
commit
29dd2d7d15
8
test/CodeGen/X86/compare-add.ll
Normal file
8
test/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…
x
Reference in New Issue
Block a user