[Mlir-commits] [mlir] [MLIR][LLVMIR] llvm.call_intrinsic: support operand/result attributes (PR #129640)
Tobias Gysi
llvmlistbot at llvm.org
Tue Mar 4 23:06:52 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.
void convertParameterAttributes(llvm::CallBase *call, CallOpInterface callOp,
----------------
gysit wrote:
No this is definitely a separate PR.
https://github.com/llvm/llvm-project/pull/129640
More information about the Mlir-commits
mailing list