llvm-project/mlir
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
..
cmake/modules [MLIR] [CMake] Support building MLIR standalone 2021-02-02 13:10:21 -06:00
docs [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
examples [mlir][Python] Roll up of python API fixes. 2021-01-24 19:02:59 -08:00
include Revert "Fix namespace for MLIR Async Runtime" 2021-02-02 20:54:16 +00:00
integration_test [mlir][sparse] use typenames for opaque pointers 2021-01-28 09:23:11 -08:00
lib [mlir] Fix scf.for single iteration canonicalization check 2021-02-02 18:30:50 -05:00
test [mlir] Fix scf.for single iteration canonicalization check 2021-02-02 18:30:50 -05:00
tools [mlir][NFC] Use explicit `mlir` namespace in generated code 2021-02-02 18:24:43 +00:00
unittests Update ElementsAttr::isValidIndex to handle ElementsAttr with a scalar. Scalar will have rank 0. 2021-01-29 16:56:00 -08:00
utils [mlir][spirv] Fix script for availability autogen and refresh ops 2021-01-22 13:07:36 -05:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [MLIR] [CMake] Support building MLIR standalone 2021-02-02 13:10:21 -06:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.