llvm-project/mlir
ergawy 1d0dc9be6d [MLIR][SPIRV] Add rewrite pattern to convert select+cmp into GLSL clamp.
Adds rewrite patterns to convert select+cmp instructions into clamp
instructions whenever possible. Support is added to convert:

- FOrdLessThan, FOrdLessThanEqual to GLSLFClampOp.
- SLessThan, SLessThanEqual to GLSLSClampOp.
- ULessThan, ULessThanEqual to GLSLUClampOp.

Reviewed By: mravishankar

Differential Revision: https://reviews.llvm.org/D93618
2020-12-23 15:47:19 +01:00
..
cmake/modules [mlir] use STATUS instead of CHECK_* in MLIRDetectPythonEnv.cmake 2020-11-25 00:09:33 +01:00
docs [mlir] Modernize std-to-llvm operation conversion doc 2020-12-23 11:19:58 +01:00
examples [mlir] Remove static constructors from LLVMType 2020-12-23 13:12:47 +01:00
include [MLIR][SPIRV] Add rewrite pattern to convert select+cmp into GLSL clamp. 2020-12-23 15:47:19 +01:00
integration_test [mlir][Linalg] Revisit the Linalg on tensors abstraction 2020-12-21 12:29:10 -08:00
lib [MLIR][SPIRV] Add rewrite pattern to convert select+cmp into GLSL clamp. 2020-12-23 15:47:19 +01:00
test [MLIR][SPIRV] Add rewrite pattern to convert select+cmp into GLSL clamp. 2020-12-23 15:47:19 +01:00
tools [MLIR][SPIRV] Add rewrite pattern to convert select+cmp into GLSL clamp. 2020-12-23 15:47:19 +01:00
unittests [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
utils [mlir] Move `std.tensor_cast` -> `tensor.cast`. 2020-12-17 16:06:56 -08: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][Python] Check numpy in Python bindings configuration. 2020-12-02 09:29:20 +08: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.