[Mlir-commits] [mlir] [MLIR][LLVMIR] llvm.call_intrinsic: support operand/result attributes (PR #129640)

Bruno Cardoso Lopes llvmlistbot at llvm.org
Wed Mar 5 10:21:00 PST 2025


================
@@ -350,7 +355,8 @@ class ModuleImport {
   DictionaryAttr convertParameterAttribute(llvm::AttributeSet llvmParamAttrs,
                                            OpBuilder &builder);
   /// Converts the parameter and result attributes attached to `call` and adds
-  /// them to the `callOp`.
+  /// them to the `callOp`. Implemented in terms of the other definition of
+  /// the public definition of convertParameterAttributes.
----------------
bcardosolopes wrote:

Sounds good! 

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


More information about the Mlir-commits mailing list