mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-01 10:02:42 +00:00
Make this test a little simpler/faster.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e8ae156e0
commit
8cf47cef5c
@ -1,7 +1,6 @@
|
||||
; For PR1261. Before bit accurate type support in InstCombine, this would
|
||||
; turn the sext into a zext.
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis &&
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep zext
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep sext
|
||||
; XFAIL: *
|
||||
|
||||
define i16 @test(i31 %zzz) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user