[clang] [llvm] [HLSL] implement elementwise firstbithigh hlsl builtin (PR #111082)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 4 11:59:57 PDT 2024


================
@@ -0,0 +1,37 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
----------------
farzonl wrote:

I dunno if you have to remove the tests i think the return type of those tests were the problem.

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


More information about the cfe-commits mailing list