ir3/legalize: any/all/getone are non-prefetch helper users

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22075>
This commit is contained in:
Connor Abbott
2023-10-24 19:02:05 +02:00
committed by Marge Bot
parent 4ac1b13f1a
commit 507b51e7ae

View File

@@ -1316,6 +1316,7 @@ helper_sched(struct ir3_legalize_ctx *ctx, struct ir3 *ir,
terminator->opc == OPC_GETONE) {
bd->uses_helpers_beginning = true;
bd->uses_helpers_end = true;
non_prefetch_helpers = true;
}
}