[llvm] [X86] Align f128 and i128 to 16 bytes when passing on x86-32 (PR #138092)

Trevor Gross via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 05:31:15 PDT 2025


================
@@ -272,7 +272,7 @@ define <64 x i8> @allones_v64i8() nounwind {
 ;
 ; AVX512-LABEL: allones_v64i8:
 ; AVX512:       # %bb.0:
-; AVX512-NEXT:    vpternlogd $255, %zmm0, %zmm0, %zmm0
+; AVX512-NEXT:    vpternlogd {{.*#+}} zmm0 = -1
----------------
tgross35 wrote:

I am not sure what caused the change here

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


More information about the llvm-commits mailing list