Skip to content

CL: Reapply constant sampler dedupe with fix

Previous attempt was missing a null check before accessing the sampler in the deref chain. Non-constant samplers are still function parameters at this point in the lowering passes.

Merge request reports