[PATCH] D73368: [FPEnv][AArch64] Add lowering of STRICT_FSETCC and STRICT_FSETCCS
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 08:40:17 PST 2020
craig.topper added a comment.
Probably need to make the FCMP and FCMPE ISD opcodes return true for isTargetStrictFPOpcode(). This done by making the opcodes larger than a specific constant. I’m on my phone so I don’t remember the exact name.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:3562
-defm FCMPE : FPComparison<1, "fcmpe">;
defm FCMP : FPComparison<0, "fcmp", AArch64fcmp>;
----------------
Do these need mayRaiseFPException?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73368/new/
https://reviews.llvm.org/D73368
More information about the llvm-commits
mailing list