[all-commits] [llvm/llvm-project] c00950: [mlir] Add `parseSymbolName` that doesn't take an ...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Thu Oct 27 12:07:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0095050dacff8a7b0e9066cfd1c37c684bc4fa3
https://github.com/llvm/llvm-project/commit/c0095050dacff8a7b0e9066cfd1c37c684bc4fa3
Author: Jeff Niu <jeff at modular.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M mlir/include/mlir/IR/OpImplementation.h
M mlir/lib/AsmParser/AsmParserImpl.h
Log Message:
-----------
[mlir] Add `parseSymbolName` that doesn't take an attribute list
This patch adds a version of `parseSymbolName` and
`parseOptionalSymbolName` to AsmParser that don't take an attribute name
and attribute list.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D136696
More information about the All-commits
mailing list