================ @@ -0,0 +1,98 @@ +; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv1.5-vulkan-unknown %s -o - | FileCheck %s ---------------- farzonl wrote:
Are you sure this target triple is correct? I have not seen use use 1.5 in many tests. also I think the unknown here might be messing with the validator. why not target a compute shader? https://github.com/llvm/llvm-project/pull/220373 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
