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
[Backend] Disable LLVM LICM on warp specialize switch loop (#6870)
This prevents LLVM fromt hoisting arbitrary number of values out of the
switch loop, which become live across all partition regions. This can
induce tons of spilling in warp specialized kernels.
0 commit comments