nir: Add CAN_REORDER to load_ubo_dxil

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12707>
This commit is contained in:
Enrico Galli 2021-09-02 13:30:55 -07:00 committed by Marge Bot
parent ada05759e1
commit 9461fe5cf1

View file

@ -1079,7 +1079,7 @@ load("scratch_dxil", [1], [], [CAN_ELIMINATE])
# src[] = { deref_var, offset }
load("ptr_dxil", [1, 1], [], [])
# src[] = { index, 16-byte-based-offset }
load("ubo_dxil", [1, 1], [], [CAN_ELIMINATE])
load("ubo_dxil", [1, 1], [], [CAN_ELIMINATE, CAN_REORDER])
# DXIL Shared atomic intrinsics
#