This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Set insert point after waterfall loop
ClosedPublic

Authored by arsenm on Jan 4 2020, 9:00 AM.

Details

Summary

The current users of the waterfall loop utility functions do not make
use of the restored original insert point. The insertion is either
done, or they set the insert point somewhere else. A future change
will want to insert instructions after the waterfall loop, but
figuring out the point after the loop is more difficult than ensuring
the insert point is there after the loop.

Diff Detail