[Mlir-commits] [mlir] [mlir][LLVM] Support `immargs` in LLVM_IntrOpBase intrinsics (PR #73013)
Christian Ulmann
llvmlistbot at llvm.org
Tue Nov 21 13:32:00 PST 2023
================
@@ -300,7 +279,9 @@ class LLVM_IntrOpBase<Dialect dialect, string opName, string enumName,
list<int> overloadedResults, list<int> overloadedOperands,
list<Trait> traits, int numResults,
bit requiresAccessGroup = 0, bit requiresAliasAnalysis = 0,
- bit requiresFastmath = 0>
+ bit requiresFastmath = 0,
+ list<int> immArgPositions = [],
----------------
Dinistro wrote:
Can you update the comment above the base class to also cover these two newly added fields?
https://github.com/llvm/llvm-project/pull/73013
More information about the Mlir-commits
mailing list