llvm-project/mlir
Jacques Pienaar 88c525235b [mlir] Add pass to privatize symbols unless excluded.
Simple pass that changes all symbols to private unless symbol is excluded (and
in which case there is no change to symbol's visibility).

Differential Revision: https://reviews.llvm.org/D118752
2022-02-03 20:20:54 -08:00
..
benchmark/python [mlir] Move SelectOp from Standard to Arithmetic 2022-02-02 14:45:12 -08:00
cmake/modules [MLIR] Workaround for python detection problems. 2022-01-27 13:32:29 -08:00
docs [mlir] Move SelectOp from Standard to Arithmetic 2022-02-02 14:45:12 -08:00
examples [mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier` 2022-02-02 13:34:28 -08:00
include [mlir] Add pass to privatize symbols unless excluded. 2022-02-03 20:20:54 -08:00
lib [mlir] Add pass to privatize symbols unless excluded. 2022-02-03 20:20:54 -08:00
python [mlir][vector][NFC] Split into IR, Transforms and Utils 2022-01-31 19:17:09 +09:00
test [mlir] Add pass to privatize symbols unless excluded. 2022-02-03 20:20:54 -08:00
tools [mlir][Rewrite] Add support for using an operation with no results as location 2022-02-03 15:08:09 +01:00
unittests [mlir][NFC] Split MlirQuant into proper IR/Utils/Transforms libraries 2022-02-03 10:54:52 -08:00
utils [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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