================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to