[PATCH] D114272: [InstCombine] Add two optimizations for mul-and-icmp patterns
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 26 02:42:12 PST 2021
lebedev.ri added a comment.
Thank you for looking into this.
In D114272#3144667 <https://reviews.llvm.org/D114272#3144667>, @RKSimon wrote:
> vector tests?
Please add vector tests (with splat constants (all constant elements being the same),
splat with undef (there are 2 constants, so 3 variants - same undef lane in either of the constants, and in all of them)),
non-splat, commit these baseline tests into the llvm repo, and rebase this patch - the diff here should not show the tests as being added, it should show the check lines as being changed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114272/new/
https://reviews.llvm.org/D114272
More information about the llvm-commits
mailing list