[PATCH] D21953: [X86][AVX512] Add support for masked shuffle comments

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 2 14:15:10 PDT 2016


RKSimon created this revision.
RKSimon added reviewers: delena, igorb, craig.topper, spatel.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.

This patch adds support for including the avx512 mask register information in the mask/maskz versions of shuffle instruction comments. 

This initial version just adds support for MOVDDUP/MOVSHDUP/MOVSLDUP to reduce the mass of test regenerations, other shuffle instructions can be added in due course.

Repository:
  rL LLVM

http://reviews.llvm.org/D21953

Files:
  lib/Target/X86/InstPrinter/X86InstComments.cpp
  test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx512-intrinsics-upgrade.ll
  test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
  test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll
  utils/update_llc_test_checks.py
  utils/update_test_checks.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21953.62608.patch
Type: text/x-patch
Size: 27006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160702/e26a03ee/attachment.bin>


More information about the llvm-commits mailing list