llvm/mlir
jacquesguan 61baf2ffa7 [mlir][Vector] Add check of supported reduction kind for ScanOp.
This patch adds check of supported reduction kind for ScanOp to avoid using and/or/xor for floating point type.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D123977
2022-04-20 02:42:19 +00:00
..
benchmark/python
cmake/modules
docs [mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespace 2022-04-18 12:01:55 -07:00
examples [mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespace 2022-04-18 12:01:55 -07:00
include [mlir][LLVMIR] Add vector predication type cast intrinsic ops. 2022-04-20 02:11:14 +00:00
lib [mlir][Vector] Add check of supported reduction kind for ScanOp. 2022-04-20 02:42:19 +00:00
python [mlir][Linalg] Add pooling_nchw_sum op. 2022-04-08 17:57:47 +05:30
test [mlir][Vector] Add check of supported reduction kind for ScanOp. 2022-04-20 02:42:19 +00:00
tools Apply clang-tidy fixes for readability-identifier-naming in OpFormatGen.cpp (NFC) 2022-04-16 06:36:12 +00:00
unittests [mlir][interfaces] Fix infinite loop in insideMutuallyExclusiveRegions 2022-04-19 16:28:52 +09:00
utils [mlir] Fix a typo to load lsp-mode correctly. 2022-04-14 00:04:40 +00:00
.clang-format
.clang-tidy
CMakeLists.txt
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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