Skip to content
Snippets Groups Projects
Commit 8ab628ab authored by Caio Oliveira's avatar Caio Oliveira Committed by Marge Bot
Browse files

nir: Don't reorder volatile intrinsics


Fixes issue with "is helper invocation" that in recent SPIR-V is mapped to
a volatile Load.  The CSE was catching the loads before they were transformed
in the new is_helper_invocation intrinsic (that is not reorderable).

Fixes: 729df14e ("nir: Handle volatile semantics for loading HelperInvocation builtin")
Reviewed-by: default avatarJason Ekstrand <jason.ekstrand@collabora.com>
Reviewed-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
Reviewed-by: default avatarM Henning <drawoc@darkrefraction.com>
Part-of: <!19432>
parent 10b0a5dc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment