================
@@ -3550,6 +3550,38 @@ static bool interp__builtin_ia32_vpconflict(InterpState 
&S, CodePtr OpPC,
   return true;
 }
 
+static bool interp__builtin_ia32_compress(InterpState &S, CodePtr OpPC,
----------------
hhy3 wrote:

thanks for your suggestion! but I found there's another problem, 
shuffle_generic uses unsigned for ShuffleMask, which truncates 64-bit masks 
needed by compressqi512 (__mmask64). 

https://github.com/llvm/llvm-project/pull/187656
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to