Skip to content

nir/builder,radv,ac/nir: set write_mask/align intrinsic indices if not provided, cleanup

When a load/store is created with a NIR intrinsic builder, it's usually given scalar alignment and a full writemask. This MR allows the caller to avoid providing them and takes advantage of this to cleanup some noise in RADV and amd/common.

Based on !14447 (merged)

Merge request reports