mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 15:45:26 +00:00
The InstCombine hack has been removed, no need to XFAIL this any more.
llvm-svn: 32058
This commit is contained in:
parent
860908f98c
commit
2cf24d8d84
@ -1,9 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep bitcast
|
||||
|
||||
;; This requires Reid to remove the instcombine hack that turns trunc to bool into setne.
|
||||
; XFAIL: *
|
||||
|
||||
|
||||
bool %test1(uint %val) {
|
||||
%t1 = bitcast uint %val to int
|
||||
%t2 = and int %t1, 1
|
||||
|
Loading…
Reference in New Issue
Block a user