[llvm] [SPIR-V] Add lowering for G_FSINCOS (PR #179053)

Dmitry Sidorov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 2 04:45:48 PST 2026


================
@@ -0,0 +1,35 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-vulkan1.3-compute %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-vulkan1.3-compute %s -o - -filetype=obj | spirv-val %}
+
----------------
MrSidims wrote:

Sure, added

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


More information about the llvm-commits mailing list