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
Remove IsolatedFromAbove from RuntimeSequenceOp, fix CI test failures
IsolatedFromAbove broke 62 existing tests that reference device-scope
values (tiles, locks) from inside runtime_sequence. Instead, protect
against constant hoisting by stripping runtime_sequences from LLVM
lowering clones (where convert-vector-to-aievec's canonicalizer was
the source of the hoisting). The markOpRecursivelyLegal SCF→CF scoping
and enableConstantCSE(false) in AIEVectorTransferLowering remain as
the primary guards.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments