[PATCH] D111237: [TypePromotion] Promote PHI + [SZ]Ext
Andre Vieira via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 03:30:34 PST 2021
avieira added a comment.
I forgot to mention this address https://bugs.llvm.org/show_bug.cgi?id=51317 which is a suboptimal codegen issue encountered in snappy. Currently Snappy uses an inline asm workaround to make sure it doesn't end up with an extra 'and', this patch removes the need for that workaround.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111237/new/
https://reviews.llvm.org/D111237
More information about the llvm-commits
mailing list