[all-commits] [llvm/llvm-project] 1f4e74: [amdgpu] Run SROA after loop unrolling.

darkbuck via All-commits all-commits at lists.llvm.org
Tue Sep 1 13:10:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f4e7463b5e3ff654c84371527767830e51db10d
      https://github.com/llvm/llvm-project/commit/1f4e7463b5e3ff654c84371527767830e51db10d
  Author: Michael Liao <michael.hliao at gmail.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    A llvm/test/CodeGen/AMDGPU/extra-sroa-after-unroll.ll
    M llvm/test/CodeGen/AMDGPU/opt-pipeline.ll

  Log Message:
  -----------
  [amdgpu] Run SROA after loop unrolling.

Summary: - There are promotable `alloca`s after loop unrolling.

Reviewers: rampitec, arsenm

Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, nikic, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list