Skip to content

ac/llvm: s_barrier rework to fix LLVM 15, clean up and add optimizations

Marek Olšák requested to merge mareko/mesa:barrier-rework into main

because LLVM 15 doesn't insert s_waitcnt before s_barrier, which allows us to choose if we want to wait for anything.

Merge request reports