mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
New testcase for a pattern that occurs 20 times in perlbmk
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16503 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b40df56f26
commit
7502ae6640
@ -113,3 +113,9 @@ sbyte %test17(sbyte %X, sbyte %Y) { ;; ~(~X & Y) --> (X | ~Y)
|
||||
ret sbyte %D
|
||||
}
|
||||
|
||||
bool %test18(int %A) {
|
||||
%B = and int %A, -128
|
||||
%C = setne int %B, 0 ;; C >= 128
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user