mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
This test passes now, remove xfail marker
Change test to be a positive test instead of a negative test llvm-svn: 28159
This commit is contained in:
parent
698b0517b5
commit
0da270237b
@ -1,8 +1,7 @@
|
||||
; This file contains various testcases that check to see that instcombine
|
||||
; is narrowing computations when possible.
|
||||
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep %ELIM
|
||||
; XFAIL: *
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'ret bool false'
|
||||
|
||||
; test1 - Eliminating the casts in this testcase (by narrowing the AND
|
||||
; operation) allows instcombine to realize the function always returns false.
|
||||
|
Loading…
x
Reference in New Issue
Block a user