[Mlir-commits] [clang] [llvm] [mlir] [clang][NVPTX][MLIR][NVVM] Add overloaded fadd intrinsics (PR #217336)
Srinivasa Ravi
llvmlistbot at llvm.org
Tue Aug 25 07:38:53 PDT 2026
================
@@ -592,47 +594,50 @@ inline DenormalMode GetNVVMDenormMode(bool ShouldFTZ) {
return DenormalMode::getIEEE();
}
-inline bool FAddShouldFTZ(Intrinsic::ID IntrinsicID) {
+inline bool IsFAddIntrinsic(Intrinsic::ID IntrinsicID) {
----------------
Wolfram70 wrote:
Makes sense, removed these functions, thanks!
https://github.com/llvm/llvm-project/pull/217336
More information about the Mlir-commits
mailing list