[all-commits] [llvm/llvm-project] 349b6a: [AMDGPU] Remove the assertion for MUBUF instructio...

Christudasan Devadasan via All-commits all-commits at lists.llvm.org
Tue Nov 15 22:40:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 349b6afef47ba34ee3328f7ec6becf1d8c1be2ea
      https://github.com/llvm/llvm-project/commit/349b6afef47ba34ee3328f7ec6becf1d8c1be2ea
  Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    A llvm/test/CodeGen/AMDGPU/kernel-mubuf-with-voffset.mir
    A llvm/test/CodeGen/AMDGPU/kernel-vgpr-spill-mubuf-with-voffset.ll

  Log Message:
  -----------
  [AMDGPU] Remove the assertion for MUBUF instruction with voffset

Currently, there is an assertion that limits the MUBUF instruction
with voffset used for a VGPR spill inside kernel functions when
the frame pointer is really used. It seemed more like an unwanted
limitation and hence removing the assertion.

Reviewed By: arsenm

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




More information about the All-commits mailing list