[clang] [llvm] Hlsl asuint16 function (PR #132315)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 21:10:50 PDT 2025
================
@@ -0,0 +1,60 @@
+// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple dxil-pc-shadermodel6.2-library %s -fnative-half-type -emit-llvm -O1 -o - | FileCheck %s
+
+//CHECK-LABEL: define {{.*}}test_ints
+//CHECK-SAME: {{.*}}(i16 {{.*}} [[VAL:%.*]]){{.*}}
+// CHECK-NOT: bitcast
----------------
metkarpoonam wrote:
I've removed the spaces as suggested.
https://github.com/llvm/llvm-project/pull/132315
More information about the llvm-commits
mailing list