[mlir][spirv] Convert memref.alloca to spv.Variable
authorLei Zhang <antiagainst@google.com>
Thu, 28 Apr 2022 12:13:22 +0000 (08:13 -0400)
committerLei Zhang <antiagainst@google.com>
Thu, 28 Apr 2022 12:13:40 +0000 (08:13 -0400)
commit8854b736065c228270000df552bdd9dc7b152453
tree74b3461609bd83b77fc4bf13db791d91644c8a09
parent72959f77146e6a8c82d228e61968f08c307afc7c
[mlir][spirv] Convert memref.alloca to spv.Variable

Reviewed By: hanchung

Differential Revision: https://reviews.llvm.org/D124542
mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp
mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
mlir/test/Conversion/MemRefToSPIRV/alloca.mlir [new file with mode: 0644]