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
In this testcase, disabling the scheduler avoids spilling. If the load and mfmas are manually ordered to minimize the live ranges, the load is hoisted which induces spilling. Additionally, if the load and mfma aren't manually reordered, the scheduler doesn't help by sinking the load past the first mfma
The text was updated successfully, but these errors were encountered:
In this testcase, disabling the scheduler avoids spilling. If the load and mfmas are manually ordered to minimize the live ranges, the load is hoisted which induces spilling. Additionally, if the load and mfma aren't manually reordered, the scheduler doesn't help by sinking the load past the first mfma
scheduler-causes-spill-load-mfma.ll.zip
In this testcase, disabling the scheduler avoids spilling. If the load and mfmas are manually ordered to minimize the live ranges, the load is hoisted which induces spilling. Additionally, if the load and mfma aren't manually reordered, the scheduler doesn't help by sinking the load past the first mfma
The text was updated successfully, but these errors were encountered: