This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/InsertWaitcnts: Remove kill-related logic
ClosedPublic

Authored by nhaehnle on Nov 4 2018, 1:46 PM.

Details

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...

Diff Detail

Repository
rL LLVM

Event Timeline

nhaehnle created this revision.Nov 4 2018, 1:46 PM
This revision is now accepted and ready to land.Nov 5 2018, 12:09 PM
This revision was automatically updated to reflect the committed changes.