llvm/mlir
Alex Zinenko 5c73db24df [mlir] disallow side-effecting ops in llvm.mlir.global
The llvm.mlir.global operation accepts a region as initializer. This region
corresponds to an LLVM IR constant expression and therefore should not accept
operations with side effects. Add a corresponding verifier.

Reviewed By: wsmoses, bondhugula

Differential Revision: https://reviews.llvm.org/D120632
2022-03-01 14:16:09 +01:00
..
benchmark/python [mlir] Use sparse-compiler pass in sparse benchmark 2022-02-09 20:16:47 +00:00
cmake/modules [mlir] Do not use an empty source file when building aggregate libraries. 2022-02-05 23:06:28 -08:00
docs [mlir][OpDSL] Rename function to make signedness explicit (NFC). 2022-03-01 08:15:53 +00:00
examples [MLIR][Standalone] Don't look for Python if bindings are OFF 2022-03-01 08:55:15 +01:00
include [mlir][OpDSL] Rename function to make signedness explicit (NFC). 2022-03-01 08:15:53 +00:00
lib [mlir] disallow side-effecting ops in llvm.mlir.global 2022-03-01 14:16:09 +01:00
python [mlir][OpDSL] Rename function to make signedness explicit (NFC). 2022-03-01 08:15:53 +00:00
test [mlir] disallow side-effecting ops in llvm.mlir.global 2022-03-01 14:16:09 +01:00
tools [mlir][OpDSL] Add arithmetic function attributes. 2022-03-01 07:45:47 +00:00
unittests [MLIR][Presburger] Move IdKind specific insert/append 2022-02-26 18:54:30 +05:30
utils [mlir][spirv] Fix SPIR-V spec parser 2022-02-22 14:07:46 +03:00
.clang-format
.clang-tidy
CMakeLists.txt
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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