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
[offload] Remove bad assert in StaticLoopChunker::Distribute
When building with asserts enabled, this can actually cause strange
miscompilations because an incorrect llvm.assume is generated at the point of
the assertion.
0 commit comments