amd: drop support for LLVM 13

We can remove the LLVM 13 Wave32 discard workaround and
SI_PROFILE_IGNORE_LLVM13_DISCARD_BUG that disabled the workaround.

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23471>
This commit is contained in:
Marek Olšák
2023-06-06 11:09:11 -04:00
committed by Marge Bot
parent 3a9f8730f5
commit ab5662dc61
8 changed files with 6 additions and 36 deletions

View File

@@ -1641,7 +1641,9 @@ if draw_with_llvm
llvm_optional_modules += ['lto']
endif
if with_intel_clc or with_amd_vk or with_gallium_radeonsi
if with_amd_vk or with_gallium_radeonsi
_llvm_version = '>= 14.0.0'
elif with_intel_clc
_llvm_version = '>= 13.0.0'
elif with_gallium_opencl
_llvm_version = '>= 11.0.0'