llvm-project/mlir
Stephan Herhut cb778c3423 [mlir][std] Fold comparisons when the operands are equal
For equal operands, comparisons can be decided statically.

Differential Revision: https://reviews.llvm.org/D91856
2020-11-20 13:26:41 +01:00
..
cmake/modules [mlir] Add basic support for attributes in ODS-generated Python bindings 2020-11-17 11:47:37 +01:00
docs [MLIR][SPIRV] Rename `spv._module_end` to `spv.mlir.endmodule` 2020-11-19 13:25:13 -05:00
examples [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
include Revert "[mlir][Linalg] Fuse sequence of Linalg operation (on buffers)" 2020-11-20 13:12:54 +01:00
integration_test [mlir] Automatic reference counting for Async values + runtime support for ref counted objects 2020-11-20 03:08:44 -08:00
lib [mlir][std] Fold comparisons when the operands are equal 2020-11-20 13:26:41 +01:00
test [mlir][std] Fold comparisons when the operands are equal 2020-11-20 13:26:41 +01:00
tools Revert "[mlir][Linalg] Fuse sequence of Linalg operation (on buffers)" 2020-11-20 13:12:54 +01:00
unittests [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
utils [mlir] Fix TypeID lookup in GDB pretty printers. 2020-10-27 07:12:32 +01:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Add basic support for attributes in ODS-generated Python bindings 2020-11-17 11:47:37 +01:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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