llvm-project/mlir/lib/Conversion/PDLToPDLInterp
River Riddle e084679f96 [mlir] Make locations required when adding/creating block arguments
BlockArguments gained the ability to have locations attached a while ago, but they
have always been optional. This goes against the core tenant of MLIR where location
information is a requirement, so this commit updates the API to require locations.

Fixes #53279

Differential Revision: https://reviews.llvm.org/D117633
2022-01-19 17:35:35 -08:00
..
CMakeLists.txt Implementation of the root ordering algorithm 2021-11-26 18:11:37 +05:30
PDLToPDLInterp.cpp [mlir] Make locations required when adding/creating block arguments 2022-01-19 17:35:35 -08:00
Predicate.cpp [MLIR][PDL] Refactor the positions for multi-root patterns. 2022-01-04 08:03:44 +05:30
Predicate.h [MLIR][PDL] Refactor the positions for multi-root patterns. 2022-01-04 08:03:44 +05:30
PredicateTree.cpp [mlir] Use const reference for loop iteration variable. 2022-01-07 12:00:53 +01:00
PredicateTree.h Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
RootOrdering.cpp [MLIR][PDL] Clear up the terminology in the root ordering graph. 2021-12-22 19:10:29 +00:00
RootOrdering.h [MLIR][PDL] Clear up the terminology in the root ordering graph. 2021-12-22 19:10:29 +00:00