[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:14:05 PST 2024
================
@@ -0,0 +1,7 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa %s -o - | FileCheck %s
+
+; CHECK: .amdhsa_code_object_version 6
----------------
arsenm wrote:
It seems we have no other tests checking this field, which seems hard to believe. We probably should have one that tests it with explicit flags etc.
https://github.com/llvm/llvm-project/pull/118515
More information about the cfe-commits
mailing list