[Mlir-commits] [mlir] [MLIR] Fix array-vs-singleton pattern flagged by Coverity in generated code (PR #215217)
Mehdi Amini
llvmlistbot at llvm.org
Tue Aug 18 05:01:28 PDT 2026
================
@@ -969,9 +969,9 @@ static void genElementParserStorage(FormatElement *element, const Operator &op,
}
} else {
body << " ::mlir::OpAsmParser::UnresolvedOperand " << name
- << "RawOperand{};\n"
+ << "RawOperands[1] = {};\n"
----------------
joker-eph wrote:
I don't understand this diff?
https://github.com/llvm/llvm-project/pull/215217
More information about the Mlir-commits
mailing list