[all-commits] [llvm/llvm-project] 758be9: [mlir:LLVM] Rudimentary inlining support for LLVM ...

definelicht via All-commits all-commits at lists.llvm.org
Mon Jan 9 01:30:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 758be971dc11379ba2ee7c47099b59871467d56e
      https://github.com/llvm/llvm-project/commit/758be971dc11379ba2ee7c47099b59871467d56e
  Author: Johannes de Fine Licht <johannes.definelicht at nextsilicon.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/test/Dialect/LLVMIR/inlining.mlir

  Log Message:
  -----------
  [mlir:LLVM] Rudimentary inlining support for LLVM load store.

Conservatively only allow inlining for loads and stores that don't carry
any attributes that require handling while inlining. This can later be
relaxed when proper handling is introduced.

Reviewed By: Dinistro, gysit

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




More information about the All-commits mailing list