================ @@ -11615,6 +11615,72 @@ static bool evalPackBuiltin(const CallExpr *E, EvalInfo &Info, APValue &Result, return true; } +static bool evalPshufBuiltin(EvalInfo &Info, const CallExpr *Call, + unsigned ElemBits, unsigned HalfBase, ---------------- RKSimon wrote:
ElemBits should be determinable from VT https://github.com/llvm/llvm-project/pull/161210 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
