[PATCH] D73113: GlobalISel: Support widening unmerge results with pointer source
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 10:19:59 PST 2020
paquette accepted this revision.
paquette added a comment.
This revision is now accepted and ready to land.
> Why is it better to generate a G_LSHR than a G_ANYEXT? On AArch64 I'd expect G_ANYEXT to be better, since we don't necessarily have to produce a real instruction there.
Wait nevermind this is fine, this is legalization.
LGTM with inline comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73113/new/
https://reviews.llvm.org/D73113
More information about the llvm-commits
mailing list