This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

ezhulenev created this revision.Oct 7 2021, 5:50 AM
ezhulenev requested review of this revision.Oct 7 2021, 5:50 AM
ezhulenev edited the summary of this revision. (Show Details)Oct 7 2021, 5:50 AM
ezhulenev retitled this revision from [mlir] Add alignment attribute to the memref.global to [mlir] Add alignment attribute to memref.global.
ezhulenev edited the summary of this revision. (Show Details)
ftynse accepted this revision.Oct 7 2021, 5:59 AM
This revision is now accepted and ready to land.Oct 7 2021, 5:59 AM
This revision was automatically updated to reflect the committed changes.