[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:39:40 PDT 2026


================
@@ -160,6 +161,7 @@ LLVM_ABI void printTensormapSwizzleAtomicity(raw_ostream &OS,
                                              const Constant *ImmArgVal);
 LLVM_ABI void printTensormapFillMode(raw_ostream &OS,
                                      const Constant *ImmArgVal);
+LLVM_ABI void printFAddRoundingMode(raw_ostream &OS, const Constant *ImmArgVal);
----------------
Wolfram70 wrote:

Renamed to `printFPRoundingMode`, thanks!

https://github.com/llvm/llvm-project/pull/217336


More information about the Mlir-commits mailing list