[clang] [X86] Change target of __builtin_ia32_cmp[p|s][s|d] from avx into sse/sse2 (PR #84136)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 02:00:03 PST 2024


================
@@ -1719,3 +1719,57 @@ __m128i test_mm_xor_si128(__m128i A, __m128i B) {
   // CHECK: xor <2 x i64> %{{.*}}, %{{.*}}
   return _mm_xor_si128(A, B);
 }
+
+__m128d test_mm_cmp_pd_eq_oq(__m128d a, __m128d b) {
----------------
RKSimon wrote:

Sorting

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


More information about the cfe-commits mailing list