[PATCH] D44841: [X86][Znver1] Remove InstRWs for BLENDVPS/PD

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 24 07:57:10 PDT 2018


RKSimon added a comment.

In https://reviews.llvm.org/D44841#1047185, @RKSimon wrote:

> In https://reviews.llvm.org/D44841#1047129, @craig.topper wrote:
>
> > Why can't just explicitly set the sse level?
>
>
> Yes, I can - it does mean that we'll lose VEX coverage for a lot of instructions - we can either add 2 entries for each target or I add tests to avx/avx2-schedule.
>
> There are a few cost diffs (e.g. sandybridge cvtss2sirm is different to vcvtss2sirm).


I've added these at https://reviews.llvm.org/rL328420/https://reviews.llvm.org/rL328421/https://reviews.llvm.org/rL328423


https://reviews.llvm.org/D44841





More information about the llvm-commits mailing list