llvm-project/mlir/unittests/IR
James Molloy 8bdbe29519 [mlir] Fix bug in computing operation order
When attempting to compute a differential orderIndex we were calculating the
bailout condition correctly, but then an errant "+ 1" meant the orderIndex we
created was invalid.

Added test.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D89115
2020-10-09 12:18:52 +01:00
..
AttributeTest.cpp Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
CMakeLists.txt [llvm][StringExtras] Merge StringExtras from MLIR into LLVM 2020-04-14 18:57:22 -07:00
DialectTest.cpp Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
OperationSupportTest.cpp [mlir] Fix bug in computing operation order 2020-10-09 12:18:52 +01:00