That way the predicate still holds across blocks.
Fix #63851
Differential D155207
[MemCpyOptimizer] Use dominates instead of comesBefore when performing StackMoveOptzn serge-sans-paille on Jul 13 2023, 7:57 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions As noted in https://github.com/llvm/llvm-project/issues/63851, the patch introducing the bug got reverted, firefox build passes with that extra patch on my setup. Comment Actions @serge-sans-paille Thank you so much for saving me! Although I don't know a good way, I took this change on https://reviews.llvm.org/D153453 and added you as a co-author :) |