================
@@ -56,14 +87,40 @@ TEST_CONSTEXPR(match_m256(
1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 0.5f, -2.0f, 0.0f
));
-__m128i test_mm_cvtps_ph(__m128 a) {
- // CHECK-LABEL: test_mm_cvtps_ph
- // CHECK: call <8 x i16> @llvm.x86.vcvtps2ph.128(<4 x float> %{{.*}}, i32 0)
- return _mm_cvtps_ph(a, 0);
-}
----------------
ericxu233 wrote:
Okay, now fixed!
https://github.com/llvm/llvm-project/pull/162295
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits