[clang] [llvm] Reimplement constrained 'trunc' using operand bundles (PR #118253)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 5 14:16:35 PST 2024
efriedma-quic wrote:
llvm.trunc is currently marked IntrNoMem in Intrinsics.td; you'll need to update that if you want it to read/modify FP state. (Trying to override the default by sticking attributes on top doesn't work properly, as far as I know.)
https://github.com/llvm/llvm-project/pull/118253
More information about the cfe-commits
mailing list