[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:32:49 PDT 2026


================
@@ -448,6 +448,22 @@ getFenceProxySyncRestrictID(NVVM::MemOrderKind order) {
                    nvvm_fence_proxy_async_generic_release_sync_restrict_space_cta_scope_cluster;
 }
 
+static llvm::RoundingMode getLLVMRoundingMode(NVVM::FPRoundingMode rndMode) {
+  switch (rndMode) {
+  case NVVM::FPRoundingMode::NONE:
----------------
Wolfram70 wrote:

Added it to the default case with an assertion, thanks!

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


More information about the Mlir-commits mailing list