[all-commits] [llvm/llvm-project] 0c2881: Revert "[AMDGPU] Split entry basic block after all...

Mahesha S via All-commits all-commits at lists.llvm.org
Thu Sep 9 21:55:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c28814015cdd9a48a9ed7e4bc3545f352a1bb77
      https://github.com/llvm/llvm-project/commit/0c28814015cdd9a48a9ed7e4bc3545f352a1bb77
  Author: hsmahesha <mahesha.comp at gmail.com>
  Date:   2021-09-10 (Fri, 10 Sep 2021)

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

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

This reverts commit 98f47131228cc73b5308e3cc6fd70375808594e3.

Without any (theoretical/practical) guarantee that all the allocas within
*entry* basic block are clustered together at the beginning of the block,
this patch is doomed to fail. Hence reverting it.




More information about the All-commits mailing list