[PATCH] D127254: [SelectionDAGISel] Chain any mayRaiseFPException instruction created from a strict FP node
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 14:57:17 PDT 2022
efriedma added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/fp-strict-conv-f128.ll:625
+; P8-NEXT: fcmpo cr5, f1, f0
+; P8-NEXT: fcmpo cr6, f1, f0
+; P8-NEXT: crand 4*cr7+lt, 4*cr1+eq, lt
----------------
What's up with the repeated fcmpo instructions? Are the compares repeated in the input, or does your code to ensure CSE not cover this case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127254/new/
https://reviews.llvm.org/D127254
More information about the llvm-commits
mailing list