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

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 3 20:01:27 PDT 2024


================
@@ -0,0 +1,16 @@
+; RUN: not opt -S -scalarizer -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s 2>&1 | FileCheck %s
+
+; DXIL operation splitdouble doesn't support vector types.
----------------
farzonl wrote:

This is the test I would like to see become an XFAIL

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


More information about the cfe-commits mailing list