[all-commits] [llvm/llvm-project] fb8204: [mlir][ods] Fix ops with both attribute-sized oper...
Kuangyuan Chen via All-commits
all-commits at lists.llvm.org
Tue May 19 17:30:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fb8204b210315807d6c18709c008a358d730aeff
https://github.com/llvm/llvm-project/commit/fb8204b210315807d6c18709c008a358d730aeff
Author: Kuangyuan Chen <chky at google.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir][ods] Fix ops with both attribute-sized operands and results
Enclose verifier code for AttrSizedOperandSegments and AttrSizedResultSegments
in a nested code block to avoid symbol collision.
Differential Revision: https://reviews.llvm.org/D80250
More information about the All-commits
mailing list