[all-commits] [llvm/llvm-project] 50dd38: [MachineLICM] Handle Subloops

JinGu Kang via All-commits all-commits at lists.llvm.org
Thu Jul 20 08:46:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50dd383d08670960540fecb4b48c0f0429fbfba3
      https://github.com/llvm/llvm-project/commit/50dd383d08670960540fecb4b48c0f0429fbfba3
  Author: Jingu Kang <jingu.kang at arm.com>
  Date:   2023-07-20 (Thu, 20 Jul 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 outmost loop's blocks once.

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




More information about the All-commits mailing list