llvm-project/mlir
William S. Moses bf6477ebeb [MLIR][OpenMP] Place alloca scope within wsloop in scf.parallel to omp lowering
https://reviews.llvm.org/D120423 replaced the use of stacksave/restore with memref.alloca_scope, but kept the save/restore at the same location. This PR places the allocation scope within the wsloop, thus keeping the same allocation scope as the original scf.parallel (e.g. no longer over stack allocating).

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D120772
2022-03-02 12:46:58 -05:00
..
benchmark/python [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
cmake/modules [mlir] Add option to control python search priming 2022-03-01 14:52:56 -08:00
docs [mlir][NFC] Remove several dead references to the old standard dialect 2022-03-01 14:02:24 -08:00
examples [mlir][NFC] Remove several dead references to the old standard dialect 2022-03-01 14:02:24 -08:00
include [MLIR][Arith] Canonicalize cmpi of extui/extsi 2022-03-02 12:30:03 -05:00
lib [MLIR][OpenMP] Place alloca scope within wsloop in scf.parallel to omp lowering 2022-03-02 12:46:58 -05:00
python [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
test [MLIR][OpenMP] Place alloca scope within wsloop in scf.parallel to omp lowering 2022-03-02 12:46:58 -05:00
tools [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
unittests [MLIR][Presburger] Move functionality from IntegerPolyhedron to IntegerRelation 2022-03-02 20:10:44 +05:30
utils [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08: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] Add option to control python search priming 2022-03-01 14:52:56 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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