[llvm] generate a name of an unnamed global variable for Instruction Selection (PR #78293)

Vyacheslav Levytskyy via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 12:34:36 PST 2024


================
@@ -0,0 +1,15 @@
+; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
+
----------------
VyacheslavLevytskyy wrote:

Can we please address spirv-val usage separately? In this (and many other cases) it would result in validation error, unrelated to this particular PR. In this case, for example, it would be a complain to OpExecutionMode. It may be that the question of spirv-val deserves its own (one or more) issue.

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


More information about the llvm-commits mailing list