Files
clang-p2996/mlir/lib/Interfaces/ViewLikeInterface.cpp
Lorenzo Chelini baca3b382b [MLIR] Simplify logic in parseDynamicIndexList (NFC)
We can use `parseCommaSeparatedList` to simplify the logic of
`parseDynamicIndexList`. We don't need to explicitly check delimiters
and comma anymore, this is done for us by `parseCommaSeparatedList`.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D138694
2022-11-28 11:02:09 +01:00

5.6 KiB