[Mlir-commits] [mlir] [mlir][ODS] Allow inferring operand types from multiple variables (PR #127517)
Markus Böck
llvmlistbot at llvm.org
Tue Feb 18 05:09:31 PST 2025
================
@@ -303,22 +303,33 @@ struct OperationFormat {
std::optional<int> getBuilderIdx() const { return builderIdx; }
void setBuilderIdx(int idx) { builderIdx = idx; }
+ int getNumArgs() const { return resolver.size(); }
----------------
zero9178 wrote:
Could the doc comments here be adjusted? Ditto below
https://github.com/llvm/llvm-project/pull/127517
More information about the Mlir-commits
mailing list