[Mlir-commits] [mlir] [MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (PR #86260)
Tobias Gysi
llvmlistbot at llvm.org
Mon Mar 25 10:37:13 PDT 2024
================
@@ -1721,6 +1721,18 @@ llvm::Metadata *ModuleTranslation::translateDebugInfo(LLVM::DINodeAttr attr) {
return debugTranslation->translate(attr);
}
+/// Translates the given LLVM rounding mode metadata.
----------------
gysit wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/86260
More information about the Mlir-commits
mailing list