[PATCH] D106291: [AMDGPU] Improve killed check for vgpr optimization

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 01:01:33 PDT 2021


sebastian-ne updated this revision to Diff 360043.
sebastian-ne marked an inline comment as done.
sebastian-ne added a comment.

Remove usage of kill flag and rely on liveness only.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106291/new/

https://reviews.llvm.org/D106291

Files:
  llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
  llvm/test/CodeGen/AMDGPU/bypass-div.ll
  llvm/test/CodeGen/AMDGPU/vgpr-liverange-ir.ll
  llvm/test/CodeGen/AMDGPU/vgpr-liverange.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106291.360043.patch
Type: text/x-patch
Size: 22827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210720/ad1ea9b2/attachment.bin>


More information about the llvm-commits mailing list