[all-commits] [llvm/llvm-project] 5520e0: [mlir:Parser][NFC] Replace SSAUseInfo with OpAsmPa...
River Riddle via All-commits
all-commits at lists.llvm.org
Wed Apr 6 18:25:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5520e07f46630fe58d459e66154550ea4a7c9674
https://github.com/llvm/llvm-project/commit/5520e07f46630fe58d459e66154550ea4a7c9674
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M mlir/lib/Parser/Parser.cpp
Log Message:
-----------
[mlir:Parser][NFC] Replace SSAUseInfo with OpAsmParser::UnresolvedOperand
These are functionally identical, and merging the two removes the number of
redundant conversions within the parser.
More information about the All-commits
mailing list