llvm-project/mlir/lib
Lei Zhang 5b7619c90b [mlir] Fix scf.for single iteration canonicalization check
We should be check whether lb + step >= ub to determine
whether this is a single iteration. Previously we were
checking lb + lb >= ub.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D95440
2021-02-02 18:30:50 -05:00
..
Analysis [mlir][Linalg] Replace SimplePad with PadTensor in hoist-padding 2021-02-01 11:38:43 -08:00
Bindings [mlir] Add Python bindings for IntegerSet 2021-01-26 17:32:51 +01:00
CAPI [mlir] Add C API for IntegerSet 2021-01-25 20:16:22 +01:00
Conversion [mlir][Vector] Add lowering to LLVM for vector.bitcast 2021-02-03 01:19:20 +02:00
Dialect [mlir] Fix scf.for single iteration canonicalization check 2021-02-02 18:30:50 -05:00
EDSC [mlir][linalg] Add vectorization for element-wise linalg ops 2020-12-03 15:31:13 -08:00
ExecutionEngine Revert "Fix namespace for MLIR Async Runtime" 2021-02-02 20:54:16 +00:00
IR [mlir][Pattern] Create a new IRRewriter class to enable sharing code with pattern rewrites 2021-02-02 12:04:51 -08:00
Interfaces [mlir] Print more verbose message in case of type inference error 2021-02-02 18:27:30 +00:00
Parser [mlir] Add better support for f80 and f128 2021-01-15 10:29:48 -05:00
Pass [mlir][PassManager] Only reinitialize the pass manager if the context registry changes 2021-01-27 17:41:51 -08:00
Reducer [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
Rewrite Fix a few GCC compiler warnings (NFC) 2021-01-19 06:00:04 +00:00
Support [mlir] Add option to read reproducer options from file 2020-12-30 10:46:01 -08:00
TableGen [mlir][TypeDefGen] Add support for adding builders when generating a TypeDef 2021-01-11 12:06:22 -08:00
Target [mlir][spirv] Add support for OpImageType 2021-02-01 16:44:31 -05:00
Transforms [mlir] Keep track of region signature conversions as argument replacements 2021-02-02 10:38:31 +01:00
Translation [mlir] Print the correct tool name in mlirTranslateMain 2021-01-05 19:17:01 -08:00
CMakeLists.txt [mlir][NFC] Move around the code related to PatternRewriting to improve layering 2020-10-26 18:01:06 -07:00