[all-commits] [llvm/llvm-project] 98f471: [AMDGPU] Split entry basic block after alloca inst...

Mahesha S via All-commits all-commits at lists.llvm.org
Tue Aug 31 22:09:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98f47131228cc73b5308e3cc6fd70375808594e3
      https://github.com/llvm/llvm-project/commit/98f47131228cc73b5308e3cc6fd70375808594e3
  Author: hsmahesha <mahesha.comp at gmail.com>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUReplaceLDSUseWithPointer.cpp
    A llvm/test/CodeGen/AMDGPU/replace-lds-by-ptr-split-entry-bb-after-alloca.ll

  Log Message:
  -----------
  [AMDGPU] Split entry basic block after alloca instructions.

While initializing the LDS pointers within entry basic block of kernel(s), make
sure that the entry basic block is split after alloca instructions.

Reviewed By: rampitec

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




More information about the All-commits mailing list