[clang] Hlsl dst function (PR #133828)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 2 21:01:48 PDT 2025


================
@@ -0,0 +1,70 @@
+// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple dxil-pc-shadermodel6.2-library %s -fnative-half-type -emit-llvm -O1 -o - | FileCheck %s
----------------
farzonl wrote:

remove -O1 you should be able to check for correctness without optimizations.

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


More information about the cfe-commits mailing list