mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Remove llvm-upgrade and update test cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47793 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
|
||||
; RUN: grep {ret i1 false}
|
||||
bool %test(bool %V) {
|
||||
%Y = setlt bool %V, false
|
||||
ret bool %Y
|
||||
|
||||
define i1 @test(i1 %V) {
|
||||
%Y = icmp ult i1 %V, false ; <i1> [#uses=1]
|
||||
ret i1 %Y
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user