llvm/mlir
Lei Zhang b5192cbe50 [mlir][spirv] Fix result type for arith.cmpi/cmpf conversion
We cannot directly use the original result type; instead we need
to deduce it from the converted operand type. This addresses
invalid ops generated from converting single element vectors.

Reviewed By: ThomasRaoux

Differential Revision: https://reviews.llvm.org/D127574
2022-06-13 13:15:23 -04:00
..
benchmark/python [mlir] Fix declaration of nano time function in benchmark infra 2022-05-13 13:22:18 +02:00
cmake/modules Revert "[cmake] Don't export LLVM_TOOLS_INSTALL_DIR anymore" 2022-06-10 19:26:12 +00:00
docs [mlir] fix typo in AttributesAndTypes doc 2022-06-10 11:42:57 +09:00
examples [mlir] (NFC) Clean up bazel and CMake target names 2022-06-13 16:24:15 +00:00
include [mlir][spirv] Convert math.ctlz to spv.GLSL.FindUMsb 2022-06-13 13:02:37 -04:00
lib [mlir][spirv] Fix result type for arith.cmpi/cmpf conversion 2022-06-13 13:15:23 -04:00
python [mlir][py-bindings] Fix include issue introduced by D127352 2022-06-10 20:44:22 +00:00
test [mlir][spirv] Fix result type for arith.cmpi/cmpf conversion 2022-06-13 13:15:23 -04:00
tools [mlir] (NFC) Clean up bazel and CMake target names 2022-06-13 16:24:15 +00:00
unittests [mlir] (NFC) Clean up bazel and CMake target names 2022-06-13 16:24:15 +00:00
utils [vscode-mlir] Bump to version 0.9 2022-06-06 20:20:19 -07:00
.clang-format
.clang-tidy
CMakeLists.txt Revert "[cmake] Don't export LLVM_TOOLS_INSTALL_DIR anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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