[clang] [Clang][AArch64] Lower NEON fcvtz{u/s} intrinsics into fpto{u/s}i.sat (PR #191365)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 21 02:05:51 PDT 2026
davemgreen wrote:
I hadn't realized there was not a constrained.fptosi.sat. It sounds like it would be worth adding one, to allow floats to be converted without the UB. For the moment could we just emit the old intrinsic under Builder.getIsFPConstrained()? My understanding is that you have not removed it.
https://github.com/llvm/llvm-project/pull/191365
More information about the cfe-commits
mailing list