[all-commits] [llvm/llvm-project] 8bb842: [mlir] Add an overload of parseOptionalAttribute f...
River Riddle via All-commits
all-commits at lists.llvm.org
Sat Dec 17 20:08:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bb8421b0d5e2c032131b077c700b15dd1b3d739
https://github.com/llvm/llvm-project/commit/8bb8421b0d5e2c032131b077c700b15dd1b3d739
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-12-17 (Sat, 17 Dec 2022)
Changed paths:
M mlir/include/mlir/IR/OpImplementation.h
M mlir/lib/AsmParser/AsmParserImpl.h
M mlir/lib/AsmParser/AttributeParser.cpp
M mlir/lib/AsmParser/Parser.h
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-format.mlir
Log Message:
-----------
[mlir] Add an overload of parseOptionalAttribute for SymbolRefAttr
Avoids parsing other types of attributes when checking if there is
a SymbolRefAttr.
More information about the All-commits
mailing list