mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7296 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
943c713c65
commit
b5874f1499
@ -86,3 +86,10 @@ uint %test13(uint %A) {
|
||||
ret uint %C
|
||||
}
|
||||
|
||||
bool %test14(uint %A, uint %B) {
|
||||
%C1 = setlt uint %A, %B
|
||||
%C2 = setgt uint %A, %B
|
||||
%D = or bool %C1, %C2 ; (A < B) | (A > B) === A != B
|
||||
ret bool %D
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user