llvm-capstone/mlir
Aart Bik f32b3401e1 [mlir][sparse] convert function pass to module pass
Rationale:
Touching function level information can only be done within a module pass.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D97102
2021-02-19 20:04:02 -08:00
..
cmake/modules [MLIR] [CMake] Support building MLIR standalone 2021-02-02 13:10:21 -06:00
docs Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std." 2021-02-18 12:49:52 +01:00
examples Revert "Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it"" 2021-02-19 23:54:52 +00:00
include [mlir] Add math polynomial approximation pass 2021-02-19 12:43:36 -08:00
integration_test [mlir][sparse] generalize sparse storage format to many more types 2021-02-17 18:20:23 -08:00
lib [mlir] Add math polynomial approximation pass 2021-02-19 12:43:36 -08:00
test [mlir][sparse] convert function pass to module pass 2021-02-19 20:04:02 -08:00
tools [mlir] Add math polynomial approximation pass 2021-02-19 12:43:36 -08:00
unittests Reland "[MLIR] Make structured op tests permutation invariant" 2021-02-18 18:09:49 -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 Fix CMake configuration for MLIR unittests 2021-02-11 01:17:49 +00: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

Multi-Level Intermediate Representation

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