[all-commits] [llvm/llvm-project] ac2a60: [mlir][llvm] Add inalloca attribute to alloca op.

Théo Degioanni via All-commits all-commits at lists.llvm.org
Wed Mar 8 23:22:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac2a60613ffe7207ee3589252278770dc19b82a1
      https://github.com/llvm/llvm-project/commit/ac2a60613ffe7207ee3589252278770dc19b82a1
  Author: Théo Degioanni <theo.degioanni at nextsilicon.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/test/Dialect/LLVMIR/roundtrip.mlir
    M mlir/test/Target/LLVMIR/Import/instructions.ll
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  [mlir][llvm] Add inalloca attribute to alloca op.

This revision adds the inalloca attribute to the alloca operation in the LLVMIR dialect.
It also adds tests for import and export.

Reviewed By: gysit

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




More information about the All-commits mailing list