[Mlir-commits] [mlir] [MLIR][LLVM] Improve inline asm importer (PR #139989)

Tobias Gysi llvmlistbot at llvm.org
Wed May 14 23:04:19 PDT 2025


================
@@ -2073,6 +2073,42 @@ LogicalResult ModuleImport::convertIntrinsic(llvm::CallInst *inst) {
   return emitError(loc) << "unhandled intrinsic: " << diag(*inst);
 }
 
+ArrayAttr
+ModuleImport::convertAsmInlineOperandAttrs(const llvm::CallBase &llvmCall) {
+  const llvm::InlineAsm *ia =
----------------
gysit wrote:

```suggestion
  const auto *ia =
```
nit

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


More information about the Mlir-commits mailing list