================
@@ -2893,6 +2893,42 @@ static bool interp__builtin_elementwise_triop(
return true;
}
+ static bool interp__builtin_byteshift(
+ InterpState & S, CodePtr OpPC, const CallExpr *Call, uint32_t BuiltinID)
{
----------------
RKSimon wrote:Add `bool IsLeft` arg and then split calls below https://github.com/llvm/llvm-project/pull/157403 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
