================ @@ -0,0 +1,12 @@ +// RUN: clang -x hip -O3 -fgpu-rdc %s -mllvm -debug-only=amdgpu-attributor -o - | FileCheck %s ---------------- shiltian wrote: This should not be a clang test. You can have an opt test. https://github.com/llvm/llvm-project/pull/105845