[llvm-branch-commits] [llvm] DAG: Handle lowering unordered compare with inf (PR #100378)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 21 23:19:37 PDT 2024
================
@@ -117,10 +117,12 @@ define i1 @isinf_float(float %x) nounwind {
define i1 @isinf_ppc_fp128(ppc_fp128 %x) nounwind {
; CHECK-LABEL: isinf_ppc_fp128:
; CHECK: # %bb.0:
-; CHECK-NEXT: xststdcdp 0, 1, 48
-; CHECK-NEXT: li 3, 0
-; CHECK-NEXT: li 4, 1
-; CHECK-NEXT: iseleq 3, 4, 3
+; CHECK-NEXT: addis 3, 2, .LCPI9_0 at toc@ha
----------------
arsenm wrote:
#105540 + #105577 should fix this
https://github.com/llvm/llvm-project/pull/100378
More information about the llvm-branch-commits
mailing list