diff options
author | wren romano <2998727+wrengr@users.noreply.github.com> | 2023-07-07 14:48:27 -0700 |
---|---|---|
committer | wren romano <2998727+wrengr@users.noreply.github.com> | 2023-07-07 17:21:28 -0700 |
commit | ffbc08d8908cb3e17047bd35d803f1f6f33919f3 (patch) | |
tree | 6a42528009722438960e940cfb45c16a17a36738 /llvm/lib/Support/Error.cpp | |
parent | 174869447fc6a6cd36079627e2a558a91c4b3a9f (diff) | |
download | llvm-ffbc08d8908cb3e17047bd35d803f1f6f33919f3.zip llvm-ffbc08d8908cb3e17047bd35d803f1f6f33919f3.tar.gz llvm-ffbc08d8908cb3e17047bd35d803f1f6f33919f3.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Support/Error.cpp')
0 files changed, 0 insertions, 0 deletions