You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AMDGPU][Waterfall] Put exec save in the loop header
Add a dedicated loop header for waterfall, where the current exec
is saved.
The extra block will get cleaned up in the branch-folder, but having
a dedicated block for exec setup code will ensure that scheduler
will not re-order it with the rest of the code.
This patch effectively works around a problem in si-wqm pass, which
inserts extra exec operations that otherwise could interfere with
waterfall exec setup.
Change-Id: Iada97dd47cb3bf3869c8d2347cc3337c251f3d45
0 commit comments