[PATCH] D37286: [AVX512] Correct isel patterns to support selecting masked vbroadcastf32x2/vbroadcasti32x2

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 00:34:47 PDT 2017


aymanmus accepted this revision.
aymanmus added a comment.
This revision is now accepted and ready to land.

LGTM

Regarding the 128-bit floating point version, the resulted sequence in the test looks fine.
It can be lowered to either vmovddup or vshufps, but both showed the same throughput results on IACA.


https://reviews.llvm.org/D37286





More information about the llvm-commits mailing list