[PATCH] D45721: [X86] Lowering PACK*S (pack with saturation) intrinsics to native IR (LLVM side)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 10:36:08 PDT 2018


RKSimon added a comment.

In https://reviews.llvm.org/D45721#1078154, @mike.dvoretsky wrote:

> @RKSimon what's the motivation for leaving the tests for upgraded intrinsics in place instead of moving them to appropriate files?


Sorry @mike.dvoretsky I lost track of this patch! IIRC those shuffle combining tests are the only test coverage for PACKSS/PACKUS shuffle decoding in getFauxShuffleMask


https://reviews.llvm.org/D45721





More information about the llvm-commits mailing list