[all-commits] [llvm/llvm-project] 825c2b: [mlir][OpFormatGen] Fix incorrect kind used for Re...
River Riddle via All-commits
all-commits at lists.llvm.org
Wed Jan 20 17:00:44 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 825c2b4a41c7df935dc12fdfab9879b98c744e1e
https://github.com/llvm/llvm-project/commit/825c2b4a41c7df935dc12fdfab9879b98c744e1e
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir][OpFormatGen] Fix incorrect kind used for RegionsDirective
I attempted to write a test case for this, but the situations in which the kind is used for RegionDirective and ResultsDirective have zero overlap; meaning that there isn't a situation in which sharing the kind creates a conflict.
Differential Revision: https://reviews.llvm.org/D94988
More information about the All-commits
mailing list