mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
nir: mark cmat_load_shared_nv as CAN_ELIMINATE
It's just a special load shared and has no side effects. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37998>
This commit is contained in:
parent
6e89dc33fe
commit
c4f07f3d79
1 changed files with 1 additions and 1 deletions
|
|
@ -2717,7 +2717,7 @@ intrinsic("ssa_bar_nv", src_comp=[1])
|
|||
intrinsic("cmat_muladd_nv", src_comp=[-1, -1, -1], dest_comp=0, bit_sizes=src2,
|
||||
indices=[FLAGS], flags=[CAN_ELIMINATE])
|
||||
|
||||
intrinsic("cmat_load_shared_nv", src_comp=[1], dest_comp=0, indices=[NUM_MATRICES, MATRIX_LAYOUT, BASE])
|
||||
intrinsic("cmat_load_shared_nv", src_comp=[1], dest_comp=0, indices=[NUM_MATRICES, MATRIX_LAYOUT, BASE], flags=[CAN_ELIMINATE])
|
||||
|
||||
# NVIDIA-specific system values
|
||||
system_value("warps_per_sm_nv", 1, bit_sizes=[32])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue