Mesa (main): radeonsi: remove an obsolete comment about LLVM 14

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 25 14:05:16 UTC 2022


Module: Mesa
Branch: main
Commit: 12ab3e6853e1e9d452c66ac4ff66fca6b0311836
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=12ab3e6853e1e9d452c66ac4ff66fca6b0311836

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Fri Apr 22 13:14:04 2022 -0400

radeonsi: remove an obsolete comment about LLVM 14

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16112>

---

 src/gallium/drivers/radeonsi/si_state_shaders.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/si_state_shaders.cpp b/src/gallium/drivers/radeonsi/si_state_shaders.cpp
index cd47c2dd143..09eff4aa54b 100644
--- a/src/gallium/drivers/radeonsi/si_state_shaders.cpp
+++ b/src/gallium/drivers/radeonsi/si_state_shaders.cpp
@@ -92,7 +92,7 @@ unsigned si_determine_wave_size(struct si_screen *sscreen, struct si_shader *sha
       return profile_wave_size;
    }
 
-   /* LLVM 13 and 14 have a bug that causes compile failures with discard in Wave32
+   /* LLVM 13 has a bug that causes compile failures with discard in Wave32
     * in some cases. Alpha test in Wave32 is luckily unaffected.
     */
    if (stage == MESA_SHADER_FRAGMENT && info->base.fs.uses_discard &&



More information about the mesa-commit mailing list