[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


================
@@ -813,3 +813,57 @@ __m128 test_mm_xor_ps(__m128 A, __m128 B) {
   // CHECK: xor <4 x i32>
   return _mm_xor_ps(A, B);
 }
+
+__m128 test_mm_cmp_ps_eq_oq(__m128 a, __m128 b) {
----------------
RKSimon wrote:

Move these up (they should be approximately alpha sorted)

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


More information about the cfe-commits mailing list