[PATCH] D51032: [ARM] Avoid injecting constant islands in movw+movt pairs on Windows
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 11:17:32 PDT 2018
efriedma added a comment.
Can we change the way we model these movw+movt pairs so it isn't so fragile? If these pairs are illegal to split on Windows, I'd prefer to model it as a pseudo-instruction until the asmprinter. Otherwise you're going to be fighting obscure issues in every pass that runs after ARMExpandPseudo.
Repository:
rL LLVM
https://reviews.llvm.org/D51032
More information about the llvm-commits
mailing list