[Mlir-commits] [mlir] MLIR: Enable importing inlineasm calls (PR #121624)

Tobias Gysi llvmlistbot at llvm.org
Sat Jan 4 02:15:43 PST 2025


================
@@ -319,9 +319,12 @@ class ModuleImport {
   /// Appends the converted result type and operands of `callInst` to the
   /// `types` and `operands` arrays. For indirect calls, the method additionally
   /// inserts the called function at the beginning of the `operands` array.
+  /// If `handleAsm` is set to false (the default), it will err if the handler
----------------
gysit wrote:

```suggestion
  /// If `allowInlineAsm` is set to false (the default), it will return failure if the called operand
```
nit:

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


More information about the Mlir-commits mailing list