Files
clang-p2996/mlir/lib/AsmParser/AffineParser.cpp
wren romano ffbc08d890 [mlir][affineexpr] Changing AsmParser::parseAffineExpr API to use ArrayRef
The methods added by D154177 don't require the `symbolSet` parameter to be mutable nor to have the `SmallVectorImpl` type, so this commit changes them to accept `ArrayRef` instead: both for generality, and to make the non-mutation an explicit part of the API.

Reviewed By: aartbik, Peiming

Differential Revision: https://reviews.llvm.org/D154751
2023-07-07 17:21:28 -07:00

28 KiB