Uday Bondhugula 7023f4b4cb [MLIR] Introduce std.alloca op
Introduce the alloca op for stack memory allocation. When converting to the
LLVM dialect, this is lowered to an llvm.alloca. Refactor the std to
llvm conversion for alloc op to reuse with alloca. Drop useAlloca option
with alloc op lowering.

Differential Revision: https://reviews.llvm.org/D76602
2020-04-07 15:45:07 +05:30
..
2020-04-07 15:45:07 +05:30
2020-04-07 15:45:07 +05:30
2020-04-07 15:45:07 +05:30
2020-04-05 11:30:30 +09:00
2019-03-29 12:41:43 -07:00
2020-03-14 19:18:40 +00:00
2019-12-24 13:31:07 +01:00

Multi-Level Intermediate Representation

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