llvm-project/mlir
Christopher Bate cb3d0260f0 [mlir][vector] Fix test for vector-warp-distribute
Test does a "CHECK-NOT" against the function name when it should check
to ensure that the `vector.warp_execute_on_lane_0` is removed.

Reviewed By: ThomasRaoux

Differential Revision: https://reviews.llvm.org/D134448
2022-09-22 10:51:10 -06:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04:00
docs [mlir][ods] Generalize default/optional parameters 2022-09-20 11:07:53 -07:00
examples [mlir] Flip default value of emitAccessorPrefix to kEmitAccessorPrefix_Prefixed 2022-09-06 15:56:57 -07:00
include [mlir] Flip PDL to use Both accessors 2022-09-21 17:36:13 -07:00
lib [mlir][sparse] Add codegen rule for the push_back operator. 2022-09-22 09:09:49 -07:00
python [mlir] Flip PDL to use Both accessors 2022-09-21 17:36:13 -07:00
test [mlir][vector] Fix test for vector-warp-distribute 2022-09-22 10:51:10 -06:00
tools [mlir][ods] Generalize default/optional parameters 2022-09-20 11:07:53 -07:00
unittests [mlir] Don't include StringSwitch.h (NFC) 2022-09-18 23:09:40 -07:00
utils [mlir][emacs] Enable loading bytecode files as text 2022-09-16 15:08:55 -07:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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