[llvm-branch-commits] [llvm] [mlir] [mlir][LLVM] add argument and result attributes to llvm.call (PR #123177)

Tobias Gysi via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Feb 1 11:41:29 PST 2025


================
@@ -1596,6 +1603,23 @@ ModuleTranslation::convertParameterAttrs(LLVMFuncOp func, int argIdx,
   return attrBuilder;
 }
 
+FailureOr<llvm::AttrBuilder>
+ModuleTranslation::convertParameterAttrs(CallOp, int argIdx,
----------------
gysit wrote:

```suggestion
ModuleTranslation::convertParameterAttrs(CallOp, 
```
nit: It looks like the argIdx is unused?

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


More information about the llvm-branch-commits mailing list