mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
f60a29f8fa
We fail to canonicalize IR this way (prefer 'not' ops to arbitrary 'xor'), but that would not matter without this patch because DAGCombiner was reversing that transform. I think we need this transform in the backend regardless of what happens in IR to catch cases where the shift-xor is formed late from GEP or other ops. https://rise4fun.com/Alive/NC1 Name: shl Pre: (-1 << C2) == C1 %shl = shl i8 %x, C2 %r = xor i8 %shl, C1 => %not = xor i8 %x, -1 %r = shl i8 %not, C2 Name: shr Pre: (-1 u>> C2) == C1 %sh = lshr i8 %x, C2 %r = xor i8 %sh, C1 => %not = xor i8 %x, -1 %r = lshr i8 %not, C2 https://bugs.llvm.org/show_bug.cgi?id=39657 llvm-svn: 347478
102 lines
3.3 KiB
LLVM
102 lines
3.3 KiB
LLVM
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
|
; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
|
|
; RUN: -mcpu=pwr8 < %s | FileCheck %s
|
|
|
|
%class.PB2 = type { [1 x i32], %class.PB1* }
|
|
%class.PB1 = type { [1 x i32], i64, i64, i32 }
|
|
|
|
; Function Attrs: norecurse nounwind readonly
|
|
define zeroext i1 @test1(%class.PB2* %s_a, %class.PB2* %s_b) local_unnamed_addr #0 {
|
|
; CHECK-LABEL: test1:
|
|
; CHECK: # %bb.0: # %entry
|
|
; CHECK-NEXT: lwz 3, 0(3)
|
|
; CHECK-NEXT: lwz 4, 0(4)
|
|
; CHECK-NEXT: rlwinm 3, 3, 0, 28, 28
|
|
; CHECK-NEXT: rlwinm 4, 4, 0, 28, 28
|
|
; CHECK-NEXT: sub 3, 3, 4
|
|
; CHECK-NEXT: rldicl 3, 3, 1, 63
|
|
; CHECK-NEXT: blr
|
|
entry:
|
|
%arrayidx.i6 = bitcast %class.PB2* %s_a to i32*
|
|
%0 = load i32, i32* %arrayidx.i6, align 8, !tbaa !1
|
|
%and.i = and i32 %0, 8
|
|
%arrayidx.i37 = bitcast %class.PB2* %s_b to i32*
|
|
%1 = load i32, i32* %arrayidx.i37, align 8, !tbaa !1
|
|
%and.i4 = and i32 %1, 8
|
|
%cmp.i5 = icmp ult i32 %and.i, %and.i4
|
|
ret i1 %cmp.i5
|
|
}
|
|
|
|
; Function Attrs: norecurse nounwind readonly
|
|
define zeroext i1 @test2(%class.PB2* %s_a, %class.PB2* %s_b) local_unnamed_addr #0 {
|
|
; CHECK-LABEL: test2:
|
|
; CHECK: # %bb.0: # %entry
|
|
; CHECK-NEXT: lwz 3, 0(3)
|
|
; CHECK-NEXT: lwz 4, 0(4)
|
|
; CHECK-NEXT: rlwinm 3, 3, 0, 28, 28
|
|
; CHECK-NEXT: rlwinm 4, 4, 0, 28, 28
|
|
; CHECK-NEXT: sub 3, 4, 3
|
|
; CHECK-NEXT: not 3, 3
|
|
; CHECK-NEXT: rldicl 3, 3, 1, 63
|
|
; CHECK-NEXT: blr
|
|
entry:
|
|
%arrayidx.i6 = bitcast %class.PB2* %s_a to i32*
|
|
%0 = load i32, i32* %arrayidx.i6, align 8, !tbaa !1
|
|
%and.i = and i32 %0, 8
|
|
%arrayidx.i37 = bitcast %class.PB2* %s_b to i32*
|
|
%1 = load i32, i32* %arrayidx.i37, align 8, !tbaa !1
|
|
%and.i4 = and i32 %1, 8
|
|
%cmp.i5 = icmp ule i32 %and.i, %and.i4
|
|
ret i1 %cmp.i5
|
|
}
|
|
|
|
; Function Attrs: norecurse nounwind readonly
|
|
define zeroext i1 @test3(%class.PB2* %s_a, %class.PB2* %s_b) local_unnamed_addr #0 {
|
|
; CHECK-LABEL: test3:
|
|
; CHECK: # %bb.0: # %entry
|
|
; CHECK-NEXT: lwz 3, 0(3)
|
|
; CHECK-NEXT: lwz 4, 0(4)
|
|
; CHECK-NEXT: rlwinm 3, 3, 0, 28, 28
|
|
; CHECK-NEXT: rlwinm 4, 4, 0, 28, 28
|
|
; CHECK-NEXT: sub 3, 4, 3
|
|
; CHECK-NEXT: rldicl 3, 3, 1, 63
|
|
; CHECK-NEXT: blr
|
|
entry:
|
|
%arrayidx.i6 = bitcast %class.PB2* %s_a to i32*
|
|
%0 = load i32, i32* %arrayidx.i6, align 8, !tbaa !1
|
|
%and.i = and i32 %0, 8
|
|
%arrayidx.i37 = bitcast %class.PB2* %s_b to i32*
|
|
%1 = load i32, i32* %arrayidx.i37, align 8, !tbaa !1
|
|
%and.i4 = and i32 %1, 8
|
|
%cmp.i5 = icmp ugt i32 %and.i, %and.i4
|
|
ret i1 %cmp.i5
|
|
}
|
|
|
|
; Function Attrs: norecurse nounwind readonly
|
|
define zeroext i1 @test4(%class.PB2* %s_a, %class.PB2* %s_b) local_unnamed_addr #0 {
|
|
; CHECK-LABEL: test4:
|
|
; CHECK: # %bb.0: # %entry
|
|
; CHECK-NEXT: lwz 3, 0(3)
|
|
; CHECK-NEXT: lwz 4, 0(4)
|
|
; CHECK-NEXT: rlwinm 3, 3, 0, 28, 28
|
|
; CHECK-NEXT: rlwinm 4, 4, 0, 28, 28
|
|
; CHECK-NEXT: sub 3, 3, 4
|
|
; CHECK-NEXT: not 3, 3
|
|
; CHECK-NEXT: rldicl 3, 3, 1, 63
|
|
; CHECK-NEXT: blr
|
|
entry:
|
|
%arrayidx.i6 = bitcast %class.PB2* %s_a to i32*
|
|
%0 = load i32, i32* %arrayidx.i6, align 8, !tbaa !1
|
|
%and.i = and i32 %0, 8
|
|
%arrayidx.i37 = bitcast %class.PB2* %s_b to i32*
|
|
%1 = load i32, i32* %arrayidx.i37, align 8, !tbaa !1
|
|
%and.i4 = and i32 %1, 8
|
|
%cmp.i5 = icmp uge i32 %and.i, %and.i4
|
|
ret i1 %cmp.i5
|
|
}
|
|
|
|
!1 = !{!2, !2, i64 0}
|
|
!2 = !{!"int", !3, i64 0}
|
|
!3 = !{!"omnipotent char", !4, i64 0}
|
|
!4 = !{!"Simple C++ TBAA"}
|