AMDGPU/InsertWaitcnts: Remove kill-related logic
Summary: 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... Reviewers: msearles, rampitec, scott.linder, kanarayan Subscribers: arsenm, kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, llvm-commits Differential Revision: https://reviews.llvm.org/D54085 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346362 91177308-0d34-0410-b5e6-96231b3b80d8
Loading
Please sign in to comment