Skip to content

ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointers

This fixes some crashes with dEQP-VK.descriptor_indexing.* when read_first_invocation has its source from a descriptor.

Most of these tests still fail because of an LLVM bug (they work with ACO).

Signed-off-by: Samuel Pitoiset samuel.pitoiset@gmail.com

Merge request reports