mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
this xform is correct, not an xfail
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35766 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
044e5337f5
commit
993243b270
@ -1,10 +1,7 @@
|
|||||||
; For PR1261. Before bit accurate type support in InstCombine, this would
|
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep zext
|
||||||
; turn the sext into a zext.
|
; PR1261.
|
||||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep sext
|
|
||||||
; XFAIL: *
|
|
||||||
|
|
||||||
define i16 @test(i31 %zzz) {
|
define i16 @test(i31 %zzz) {
|
||||||
entry:
|
|
||||||
%A = sext i31 %zzz to i32
|
%A = sext i31 %zzz to i32
|
||||||
%B = add i32 %A, 16384
|
%B = add i32 %A, 16384
|
||||||
%C = lshr i32 %B, 15
|
%C = lshr i32 %B, 15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user