[clang] [X86] Align 128/256 variants to use void * as 512 variants. (PR #66310)

Freddy Ye via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 18 17:37:49 PDT 2023


================
@@ -358,6 +358,12 @@ __m128i test_mm_stream_load_si128(__m128i const *a) {
   return _mm_stream_load_si128(a);
 }
 
+__m128i test_mm_stream_load_si128_void(void const *a) {
----------------
FreddyLeaf wrote:

3e463d3c41bb8e8391c62dd95910d009b4b39b7d

https://github.com/llvm/llvm-project/pull/66310


More information about the cfe-commits mailing list