[llvm-branch-commits] [clang] clang/AMDGPU: Stop looking for oclc_daz_opt_* control libraries (PR #134805)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 8 05:32:48 PDT 2025


arsenm wrote:

> Nice to see fewer of these used. We should be able to get rid of the wavefrontsize ones if we use the builtin, and if Alex's WIP lands we can replace the ISA checks with that.

No. The wavesize needs to just be a whole separate build. You cannot have abstract code in your compiler runtime support library, this is the bottom of the stack 

https://github.com/llvm/llvm-project/pull/134805


More information about the llvm-branch-commits mailing list