[clang] [libc] [llvm] [AMDGPU] Use COV6 by default (PR #118515)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 3 15:46:00 PST 2024


================
@@ -0,0 +1,7 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa %s -o - | FileCheck %s
+
+; CHECK: .amdhsa_code_object_version 6
----------------
arsenm wrote:

`git grep "\.amdhsa_code_object_version" llvm/test/CodeGen/AMDGPU/` does not find them

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


More information about the cfe-commits mailing list