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

Michal Paszkowski via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 04:50:45 PST 2024


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

Could spirv-val run line be added in this test? Also, please change the name to use dashes instead of underscores.

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


More information about the llvm-commits mailing list