[llvm] [CodeGen] Gate rematerializer unit tests on AMDGPU target being enabled (PR #202966)
Lucas Ramirez via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 06:51:08 PDT 2026
lucas-rami wrote:
> Combined with avoiding building in cmake?
AFAIU there is no target-conditional building, tests usually initialize all available targets, then query a specific one and skip the test if it's not available.
https://github.com/llvm/llvm-project/pull/202966
More information about the llvm-commits
mailing list