[clang] [llvm] Hlsl asuint16 function (PR #132315)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 21:10:25 PDT 2025


================
@@ -0,0 +1,38 @@
+; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
+
+; CHECK-DAG: %[[#half:]] = OpTypeFloat 16
----------------
metkarpoonam wrote:

I've removed the asuint16.ll as suggested.

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


More information about the llvm-commits mailing list