Revived https://reviews.llvm.org/D102435
Add alignment attribute to memref.global and propagate it to llvm global in memref->llvm lowering
Paths
| Differential D111309
[mlir] Add alignment attribute to memref.global ClosedPublic Authored by ezhulenev on Oct 7 2021, 5:50 AM.
Details
Summary Revived https://reviews.llvm.org/D102435 Add alignment attribute to memref.global and propagate it to llvm global in memref->llvm lowering
Diff Detail
Event Timelineezhulenev retitled this revision from [mlir] Add alignment attribute to the memref.global to [mlir] Add alignment attribute to memref.global. This revision is now accepted and ready to land.Oct 7 2021, 5:59 AM Closed by commit rG8276ac13e91b: [mlir] Add alignment attribute to memref.global (authored by ezhulenev). · Explain WhyOct 7 2021, 6:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 377823 mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
mlir/lib/Dialect/StandardOps/Transforms/TensorConstantBufferize.cpp
mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
mlir/test/Dialect/MemRef/invalid.mlir
|