[clang] [llvm] [clang][SPIR-V] Add support for AMDGCN flavoured SPIRV (PR #89796)

Alex Voicu via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 17:29:07 PDT 2024


================
@@ -1,4 +1,5 @@
 ; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
+; RUN: llc -O0 -mtriple=spirv64-amd-amdhsa %s -o - | FileCheck %s
----------------
AlexVlx wrote:

Yup, you are right; my thinking was to prevent anyone getting ideas and diverging the "flavoured" variant in ways that breaks its core functionality as a `spirv64` target, but that might be needlessly defensive. If we don't feel there's much value here, I'll revert the test spam around core functionality.

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


More information about the llvm-commits mailing list