================
@@ -2773,6 +2773,62 @@ static bool interp__builtin_blend(InterpState &S, 
CodePtr OpPC,
   return true;
 }
 
+enum class Half { None, Low, High };
----------------
RKSimon wrote:

this seems unnecessary - why not just `bool IsShufHW`?

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

Reply via email to