[PATCH] D84849: GlobalISel: Handle llvm.localescape
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 10:17:13 PDT 2020
arsenm updated this revision to Diff 281652.
arsenm added a comment.
Hoist out of loop.
I tried reversing the loop, but it makes things more difficult to follow. Apparently reverse(enumerate()) doesn't work, I'm not sure it's worth doing something less than obvious to produce the less intuitive order the DAG produces
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84849/new/
https://reviews.llvm.org/D84849
Files:
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/lib/CodeGen/GlobalISel/Utils.cpp
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-localescape.ll
llvm/test/CodeGen/AArch64/GlobalISel/labels-are-not-dead.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84849.281652.patch
Type: text/x-patch
Size: 7622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/567d51d7/attachment.bin>
More information about the llvm-commits
mailing list