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

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 1 15:05:48 PDT 2016


RKSimon added a subscriber: RKSimon.
RKSimon added a comment.

Is there any reason why we can't just get rid of all the SSE movnt builtins and use __builtin_nontemporal_store instead (http://reviews.llvm.org/D12313)?


http://reviews.llvm.org/D20358





More information about the cfe-commits mailing list