[clang] [llvm] Adding splitdouble HLSL function (PR #109331)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 3 19:43:53 PDT 2024


================
@@ -0,0 +1,14 @@
+; RUN: opt -S -scalarizer -mtriple=spirv-vulkan-library %s 2>&1 | llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-unknown -o - | FileCheck %s
+
+; SPIRV lowering for splitdouble should relly on the scalarizer.
----------------
farzonl wrote:

This comment doesn't sound right. We don't currently use the scalarizer when targeting SPIRV. I don't understand why we would start for the split double case.

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


More information about the cfe-commits mailing list