[llvm] [CodeGenPrepare] Reverse the canonicalization of isInf/isNanOrInf (PR #81572)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 15 06:38:49 PDT 2024
================
@@ -99,12 +87,13 @@ entry:
define zeroext i1 @abs_isinfornanf(float %x) {
; P8-LABEL: abs_isinfornanf:
; P8: # %bb.0: # %entry
-; P8-NEXT: addis 3, 2, .LCPI3_0 at toc@ha
-; P8-NEXT: xsabsdp 0, 1
-; P8-NEXT: lfs 1, .LCPI3_0 at toc@l(3)
-; P8-NEXT: li 3, 1
-; P8-NEXT: fcmpu 0, 0, 1
-; P8-NEXT: isellt 3, 0, 3
+; P8-NEXT: xscvdpspn 0, 1
+; P8-NEXT: lis 4, 32639
+; P8-NEXT: ori 4, 4, 65535
+; P8-NEXT: mffprwz 3, 0
+; P8-NEXT: clrlwi 3, 3, 1
+; P8-NEXT: sub 3, 4, 3
+; P8-NEXT: rldicl 3, 3, 1, 63
----------------
dtcxzyw wrote:
Ping for review from PowerPC maintainers.
https://github.com/llvm/llvm-project/pull/81572
More information about the llvm-commits
mailing list