mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[InstCombine] update stale comments in test files; NFC
I missed updating these with: rG23bd33c6acc4
This commit is contained in:
parent
17dc9c23ed
commit
419aac80e4
@ -70,7 +70,7 @@ define <2 x i32> @and_xor_common_op_commute3(<2 x i32> %pa, <2 x i32> %pb) {
|
||||
}
|
||||
|
||||
; It's ok to match a common constant.
|
||||
; TODO: The xor should be a 'not' op (-1 constant), but demanded bits shrinks it.
|
||||
; The xor should be a 'not' op (-1 constant).
|
||||
|
||||
define <4 x i32> @and_xor_common_op_constant(<4 x i32> %A) {
|
||||
; CHECK-LABEL: @and_xor_common_op_constant(
|
||||
|
@ -996,7 +996,7 @@ define i4 @or_or_xor_use2(i4 %x, i4 %y, i4 %z, i4* %p) {
|
||||
}
|
||||
|
||||
; PR32706 - https://bugs.llvm.org/show_bug.cgi?id=32706
|
||||
; TODO: Pin an xor constant operand to -1 if possible because 'not' is better for SCEV and codegen.
|
||||
; Pin an xor constant operand to -1 if possible because 'not' is better for SCEV and codegen.
|
||||
|
||||
define i32 @not_is_canonical(i32 %x, i32 %y) {
|
||||
; CHECK-LABEL: @not_is_canonical(
|
||||
|
Loading…
Reference in New Issue
Block a user