[Mlir-commits] [mlir] [MLIR][LLVMIR] llvm.call_intrinsic: support operand/result attributes (PR #129640)
Bruno Cardoso Lopes
llvmlistbot at llvm.org
Tue Mar 4 18:51:56 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,
----------------
bcardosolopes wrote:
Do you mean In the future or as part of this PR?
https://github.com/llvm/llvm-project/pull/129640
More information about the Mlir-commits
mailing list