[clang] [libc] [llvm] [AMDGPU] Use COV6 by default (PR #118515)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 15:17:47 PST 2024
================
@@ -0,0 +1,7 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa %s -o - | FileCheck %s
+
+; CHECK: .amdhsa_code_object_version 6
----------------
shiltian wrote:
We already have multiple tests that have explicit module flag and checks for the match.
https://github.com/llvm/llvm-project/pull/118515
More information about the cfe-commits
mailing list