[all-commits] [llvm/llvm-project] 5ec969: [MachineLICM] Handle Subloops

JinGu Kang via All-commits all-commits at lists.llvm.org
Thu Sep 14 10:08:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ec9699c4d1f165364586d825baef434e2c110b4
      https://github.com/llvm/llvm-project/commit/5ec9699c4d1f165364586d825baef434e2c110b4
  Author: Jingu Kang <jingu.kang at arm.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M llvm/lib/CodeGen/MachineLICM.cpp
    M llvm/test/CodeGen/AArch64/machine-licm-sub-loop.ll
    M llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
    M llvm/test/CodeGen/AMDGPU/optimize-negated-cond.ll
    M llvm/test/CodeGen/AMDGPU/tuple-allocation-failure.ll
    M llvm/test/CodeGen/Thumb2/mve-gather-scatter-optimisation.ll
    M llvm/test/CodeGen/WebAssembly/reg-stackify.ll

  Log Message:
  -----------
  [MachineLICM] Handle Subloops

Following discussion on https://reviews.llvm.org/D154205, make MachineLICM pass
handle subloops with only visiting outermost loop's blocks once.

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




More information about the All-commits mailing list