This addresses https://github.com/llvm/llvm-project/issues/57750. For some globals, the tag wasn't propagated correctly because the necessary movk wasn't emitted sometimes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Test case?
Can we extract a function out of the code in AArch64ExpandPseudoInsts.cpp?
Comment Actions
Done. Wasn't sure if any existing headers made sense to add a function, so I made a new one.