[all-commits] [llvm/llvm-project] 1ea05c: [NFC] cleanup of parser
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Jun 29 21:52:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ea05c0086104993bc2c2799e5f1f9c7f89ac5bf
https://github.com/llvm/llvm-project/commit/1ea05c0086104993bc2c2799e5f1f9c7f89ac5bf
Author: Aart Bik <ajcbik at google.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M mlir/include/mlir/IR/OpImplementation.h
M mlir/lib/AsmParser/AffineParser.cpp
M mlir/lib/AsmParser/AsmParserImpl.h
Log Message:
-----------
[NFC] cleanup of parser
This revision fixes a typo, where printIntegerSet() was used where it should have been parseIntegerSet().It also removes a dangling getDimsAndSymbolSSAIds() declaration that is never used.
Differential Revision: https://reviews.llvm.org/D154179
More information about the All-commits
mailing list