mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-16 11:44:43 -04:00
fdb0c0cbf7
3d4f3a0da90bd1a3 (https://reviews.llvm.org/D20586) avoided rescheduling a global value that was materialized first through a regular value, and then again through an alias. This commit catches the dual, avoiding rescheduling when the global value is first materialized through an alias. Differential Revision: https://reviews.llvm.org/D101419 Radar-Id: rdar://75752728