[PATCH] D96793: [AMDGPU] Fix implicit operand

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 08:57:44 PST 2021


piotr created this revision.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
piotr requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

- Update skip-if-dead.ll with tests for wave32.
- Fix a crash in one newly enabled test "test_kill_divergent_loop" by adding missing fixImplicitOperands in branch insertion code.
- Simplify "cbranch_kill" to not use interp instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96793

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/test/CodeGen/AMDGPU/skip-if-dead.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96793.324024.patch
Type: text/x-patch
Size: 58559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210216/80f5a62f/attachment.bin>


More information about the llvm-commits mailing list