[PATCH] D152776: [LibCallsShrinkWrap] Set IsFPConstrained is true for creating quiet floating comparision

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 01:05:06 PDT 2023


craig.topper added a comment.

FP exceptions aren't supposed to matter in the default FP environment. This will create extra code on RISC-V that doesn't have quiet comparisons.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152776/new/

https://reviews.llvm.org/D152776



More information about the llvm-commits mailing list