llvm-project/mlir/lib/Dialect
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
..
AVX512 [mlir][vector][avx512] move avx512 lowering pass into general vector lowering 2020-12-03 17:23:46 -08:00
Affine [mlir][Affine] Revisit and simplify composeAffineMapAndOperands. 2021-01-19 13:52:07 +00:00
ArmNeon [mlir][ArmNeon][RFC] Add a Neon dialect 2020-12-11 13:49:40 +00:00
ArmSVE [mlir][NFC] Remove StandardTypes.h now that all usages point to BuiltinTypes.h 2020-12-16 20:41:42 -08:00
Async [mlir] Async: add a separate pass to lower from async to async.coro and async.runtime 2021-01-26 03:33:20 -08:00
Complex [mlir] Add Complex dialect. 2021-01-15 19:58:10 +01:00
GPU [mlir] Make GpuAsyncRegion pass depend on async dialect. 2021-01-11 14:43:07 +01:00
LLVMIR [mlir] turn complex-to-llvm into a partial conversion 2021-01-28 19:14:01 +01:00
Linalg [mlir][Linalg] Fix unused variable warning in Release builds. NFC. 2021-02-02 12:59:41 +01:00
OpenACC [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
OpenMP [MLIR][OpenMP] Attribute to include WsLoop upperbound 2021-01-08 14:42:18 +00:00
PDL [mlir][PDL] Use ODS for defining PDL types 2021-01-08 12:32:28 -08:00
PDLInterp [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
Quant [mlir][IR][NFC] Move context/location parameters of builtin Type::get methods to the start of the parameter list 2020-12-17 13:01:36 -08:00
SCF [mlir] Fix scf.for single iteration canonicalization check 2021-02-02 18:30:50 -05:00
SDBM Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
SPIRV [mlir][spirv] Define sp.VectorShuffle 2021-02-02 11:08:56 -05:00
Shape [mlir] Fold shape.eq %a, %a to true 2021-01-27 16:22:15 +01:00
StandardOps [mlir] Add custom directive hooks for printing mixed integer or value operands. 2021-02-01 19:03:49 -08:00
Tensor [mlir] Prevent segfault in Tensor canonicalization 2021-01-29 10:57:58 +01:00
Tosa [mlir] NFC: fix trivial typos 2021-01-08 02:10:12 +09:00
Vector [mlir] Generalize OpFoldResult usage in ops with offsets, sizes and operands. 2021-01-25 14:17:03 +00:00
CMakeLists.txt [mlir] Add Complex dialect. 2021-01-15 19:58:10 +01:00
Traits.cpp [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00