[PATCH] D47693: [X86] Use target independent masked expandload and compressstore intrinsics to implement expandload/compressstore builtins.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 3 15:32:55 PDT 2018


craig.topper created this revision.
craig.topper added reviewers: RKSimon, delena, spatel, GBuella.
Herald added a subscriber: cfe-commits.

We've had these target independent intrinsics for at least a year and a half. Looks like they do exactly what we need here and the backend already supports them.


Repository:
  rC Clang

https://reviews.llvm.org/D47693

Files:
  lib/CodeGen/CGBuiltin.cpp
  test/CodeGen/avx512f-builtins.c
  test/CodeGen/avx512vbmi2-builtins.c
  test/CodeGen/avx512vl-builtins.c
  test/CodeGen/avx512vlvbmi2-builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47693.149657.patch
Type: text/x-patch
Size: 23888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180603/68dd4f9f/attachment-0001.bin>


More information about the cfe-commits mailing list