[PATCH] D20359: [LLVM][AVX512][Intrinsics] Convert AVX non-temporal store builtins to LLVM-native IR.

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 22:21:29 PDT 2016


craig.topper added inline comments.

================
Comment at: lib/Target/X86/X86IntrinsicsInfo.h:279
@@ -278,3 +278,1 @@
   X86_INTRINSIC_DATA(avx512_scattersiv8_si, SCATTER, X86::VPSCATTERDDZ256mr, 0),
-  X86_INTRINSIC_DATA(avx512_storent_pd_512, STOREANT, ISD::DELETED_NODE, 0),
-  X86_INTRINSIC_DATA(avx512_storent_ps_512, STOREANT, ISD::DELETED_NODE, 0),
----------------
Can we also remove the STOREANT from the enum and code that handles it in X86ISelLowering.cpp?


http://reviews.llvm.org/D20359





More information about the cfe-commits mailing list