llvm-project/mlir/test/Conversion/VectorToSCF
Nicolas Vasilache 247e185dd5 [mlir][Vector] Move temporary alloc to top of the function alloca when lowering vector_transfers
Recently introduced allocation hoisting is quite conservative on the cases when it triggers.
This revision makes it such that the allocations for vector transfer lowerings are hoisted
to the top of the function.
This should be revisited in the context of parallelism and is a temporary workaround.

Differential Revision: https://reviews.llvm.org/D81253
2020-06-05 08:45:52 -04:00
..
vector-to-loops.mlir [mlir][Vector] Move temporary alloc to top of the function alloca when lowering vector_transfers 2020-06-05 08:45:52 -04:00