[llvm] [SPIRV] Add support for non-interposable function aliases (PR #172730)
Manuel Carrasco via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 22 02:58:39 PST 2025
================
@@ -0,0 +1,20 @@
+; RUN: llc -O0 -mtriple=spirv64-unknown-unknown < %s | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv64-unknown-unknown -filetype=obj < %s | spirv-val %}
+
+ at glob = global i32 0
----------------
mgcarrasco wrote:
Ty again. Fixed.
https://github.com/llvm/llvm-project/pull/172730
More information about the llvm-commits
mailing list