[llvm] 731f0e2 - [PowerPC] Regenerate urem-seteq-illegal-types.ll
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 07:57:56 PDT 2022
Author: Simon Pilgrim
Date: 2022-05-03T15:57:45+01:00
New Revision: 731f0e27ec110443aa5faaceda4b20adafbddcc7
URL: https://github.com/llvm/llvm-project/commit/731f0e27ec110443aa5faaceda4b20adafbddcc7
DIFF: https://github.com/llvm/llvm-project/commit/731f0e27ec110443aa5faaceda4b20adafbddcc7.diff
LOG: [PowerPC] Regenerate urem-seteq-illegal-types.ll
Remove superfluous whitespace
Added:
Modified:
llvm/test/CodeGen/PowerPC/urem-seteq-illegal-types.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/urem-seteq-illegal-types.ll b/llvm/test/CodeGen/PowerPC/urem-seteq-illegal-types.ll
index 066a04f50fbd2..83fa3fba63bd1 100644
--- a/llvm/test/CodeGen/PowerPC/urem-seteq-illegal-types.ll
+++ b/llvm/test/CodeGen/PowerPC/urem-seteq-illegal-types.ll
@@ -227,7 +227,7 @@ define i1 @test_urem_oversized(i66 %X) nounwind {
; PPC-NEXT: slwi 5, 5, 1
; PPC-NEXT: add 6, 6, 9
; PPC-NEXT: add 3, 5, 3
-; PPC-NEXT: rotlwi 8, 11, 31
+; PPC-NEXT: rotlwi 8, 11, 31
; PPC-NEXT: sub 4, 6, 4
; PPC-NEXT: lis 5, -5526
; PPC-NEXT: rlwimi 8, 7, 31, 0, 0
@@ -235,7 +235,7 @@ define i1 @test_urem_oversized(i66 %X) nounwind {
; PPC-NEXT: add 3, 4, 3
; PPC-NEXT: ori 5, 5, 61135
; PPC-NEXT: rlwimi 7, 3, 31, 0, 0
-; PPC-NEXT: cmplw 8, 5
+; PPC-NEXT: cmplw 8, 5
; PPC-NEXT: cmplwi 1, 7, 13
; PPC-NEXT: rlwinm 3, 3, 31, 31, 31
; PPC-NEXT: crand 20, 6, 0
More information about the llvm-commits
mailing list