[all-commits] [llvm/llvm-project] 8276ac: [mlir] Add alignment attribute to memref.global

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Thu Oct 7 06:22:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8276ac13e91b16771da4b1e1fb5dd24e00a24879
      https://github.com/llvm/llvm-project/commit/8276ac13e91b16771da4b1e1fb5dd24e00a24879
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
    M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
    M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
    M mlir/lib/Dialect/StandardOps/Transforms/TensorConstantBufferize.cpp
    M mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
    M mlir/test/Dialect/MemRef/invalid.mlir

  Log Message:
  -----------
  [mlir] Add alignment attribute to memref.global

Revived https://reviews.llvm.org/D102435

Add alignment attribute to `memref.global` and propagate it to llvm global in memref->llvm lowering

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D111309




More information about the All-commits mailing list