this xform is correct, not an xfail

llvm-svn: 35766
This commit is contained in:
Chris Lattner 2007-04-08 08:02:39 +00:00
parent c8d3788f71
commit 659ff4ca8d
1 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
; 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 | grep sext
; XFAIL: *
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep zext
; PR1261.
define i16 @test(i31 %zzz) {
entry:
%A = sext i31 %zzz to i32
%B = add i32 %A, 16384
%C = lshr i32 %B, 15