This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix analyzeBranch failing with pseudoterminators
ClosedPublic

Authored by arsenm on Nov 15 2018, 11:26 AM.

Details

Reviewers
rampitec
Summary

If a block had one of the _term instructions used for gluing
exec modifying instructions to the end of the block,
analyzeBranch would fail, preventing the verifier from catching
a broken successor list.

Diff Detail

Event Timeline

arsenm created this revision.Nov 15 2018, 11:26 AM
This revision is now accepted and ready to land.Nov 15 2018, 11:34 AM
arsenm closed this revision.Nov 15 2018, 9:05 PM

r347027