3d4f3a0da90bd1a34ff3ef4c3b99c1dbcca2e6cb (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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo