[clang] [llvm] Implement operand bundles for floating-point operations (PR #109798)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 25 06:03:07 PDT 2024
arsenm wrote:
> If we can't keep the constrained semantics and near-100% guarantee that no new exceptions will be introduced then operand bundles are not a replacement for the constrained intrinsics.
We would still need a call / function attribute to indicate strictfp calls, and such calls would then be annotatable with bundles to relax the assumptions. The default would always have to be the most conservative assumption
https://github.com/llvm/llvm-project/pull/109798
More information about the cfe-commits
mailing list