llvm-project/mlir/unittests
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
..
Analysis Introduce subtraction for FlatAffineConstraints 2020-10-07 17:31:06 +02:00
Dialect Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
IR [mlir] Fix bug in computing operation order 2020-10-09 12:18:52 +01:00
Pass Use an Identifier instead of an OperationName internally for OpPassManager identification (NFC) 2020-09-02 21:46:05 +00:00
SDBM Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
Support Add indented raw_ostream class 2020-10-03 15:17:38 -07:00
TableGen [MLIR][NFC] Adopt use of TypeRange in build() methods. 2020-09-23 09:07:57 -07:00
CMakeLists.txt Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00