llvm-project/mlir
jacquesguan 362240e09e [mlir][Math] Support fold PowFOp with constant dense.
This patch adds a conditional binary constant folder which allow to exit when the constants not meet the fold condition. And use it for PowFOp to make it able to fold the constant dense.

Differential Revision: https://reviews.llvm.org/D129108
2022-07-07 10:13:08 +08:00
..
benchmark/python [mlir] Fix declaration of nano time function in benchmark infra 2022-05-13 13:22:18 +02:00
cmake/modules Fix MLIR Python CMake bug causing duplicate sources target. 2022-07-04 07:07:53 -07:00
docs [mlir:Parser] Don't use strings for the "ugly" form of Attribute/Type syntax 2022-07-05 16:20:30 -07:00
examples [mlir] move SCF headers to SCF/{IR,Transforms} respectively 2022-06-20 10:18:01 +02:00
include [mlir][Math] Support fold PowFOp with constant dense. 2022-07-07 10:13:08 +08:00
lib [mlir][Math] Support fold PowFOp with constant dense. 2022-07-07 10:13:08 +08:00
python [mlir] Leverage CMake interface libraries for mlir python 2022-06-28 10:42:58 -07:00
test [mlir][Math] Support fold PowFOp with constant dense. 2022-07-07 10:13:08 +08:00
tools [mlir][tblgen] Consistently use `$_ctxt` instead of `$_ctx` 2022-07-05 20:06:52 +02:00
unittests [mlir][sparse] fix windows build error 2022-07-06 21:16:05 +00:00
utils [mlir] Fix usages of `run-reproducer`. 2022-07-01 18:36:07 +00:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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