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
[EVM] Update branch-folder-after-stackification.ll test
This test originally used select instructions to verify
the impact of the BranchFolder pass after stackification.
However, if selects are lowered to arithmetic operations,
the intended coverage is lost. To ensure the test continues
to validate the desired functionality, it now uses compare
and branch instructions instead of selects.
Signed-off-by: Vladimir Radosavljevic <[email protected]>
0 commit comments