[PATCH] D54085: AMDGPU/InsertWaitcnts: Remove kill-related logic

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 4 13:46:45 PST 2018


nhaehnle created this revision.
nhaehnle added reviewers: msearles, rampitec, scott.linder, kanarayan.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, wdng, jvesely, kzhuravl, arsenm.

This is not needed, because we don't actually insert relevant branches
for KILLs that late in the compilation flow.

Besides, this was always checking for the wrong kill opcode anyway...


Repository:
  rL LLVM

https://reviews.llvm.org/D54085

Files:
  lib/Target/AMDGPU/SIInsertWaitcnts.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54085.172528.patch
Type: text/x-patch
Size: 6230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181104/06695a20/attachment.bin>


More information about the llvm-commits mailing list