[PATCH] D115804: [CodeGen] use saturating FP casts when compiling with "no-strict-float-cast-overflow"
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 17 17:04:16 PST 2021
craig.topper added a comment.
What's the plan for constrained intrinsics versions of these intrinsics? The IRBuilder calls for CreateFPToSI and CreateFPToUI are strict FP aware, but this new code isn't.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115804/new/
https://reviews.llvm.org/D115804
More information about the cfe-commits
mailing list