[PATCH] D106449: [amdgpu] Handle the case where there is no scavenged register.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 27 15:08:43 PDT 2021


hliao updated this revision to Diff 382812.
hliao added a comment.

Update non-kernel test case

- It's turned out that we need a uniform condition to prevent vcc being *really* used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106449

Files:
  llvm/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/lib/CodeGen/BranchRelaxation.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.h
  llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/lib/Target/AMDGPU/SIRegisterInfo.h
  llvm/lib/Target/AVR/AVRInstrInfo.cpp
  llvm/lib/Target/AVR/AVRInstrInfo.h
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.h
  llvm/test/CodeGen/AMDGPU/branch-relax-spill.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106449.382812.patch
Type: text/x-patch
Size: 89710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211027/029f80f4/attachment-0001.bin>


More information about the llvm-commits mailing list