Skip to content

nir/builder: Add ubitfield_extract_imm helper

Alyssa Rosenzweig requested to merge alyssa/mesa:nir/ubfe-imm into main

Convenience. Add and use it in AGX, which cannot support ubfe efficiently since we don't have SM5 behaviour.

Merge request reports