[Mlir-commits] [mlir] [mlir][llvm] Add more constrained FP operations (PR #213745)
Andy Kaylor
llvmlistbot at llvm.org
Tue Aug 4 12:49:10 PDT 2026
andykaylor wrote:
> To sum up, I have a slight preference for adding the explicit operations but I would leave the decision up to you. Especially since the main benefit of the explicit operations is the simpler lowering.
I'm hoping that LLVM IR will move past the constrained intrinsics entirely in the not-to-distant future. Until then, I think the explicit operations make the lowering cleaner, and hopefully it will make the transition to future representations easier to.
So, I guess I'll change the stance in my initial PR description and request a proper review of this change.
https://github.com/llvm/llvm-project/pull/213745
More information about the Mlir-commits
mailing list