[clang] [llvm] [HLSL] Move length support out of the DirectX Backend (PR #121611)

Greg Roth via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 10:21:47 PST 2025


================
@@ -1,73 +1,151 @@
-// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
-// RUN:   dxil-pc-shadermodel6.3-library %s -fnative-half-type \
-// RUN:   -emit-llvm -disable-llvm-passes -o - | FileCheck %s \ 
-// RUN:   --check-prefixes=CHECK,NATIVE_HALF
-// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
-// RUN:   dxil-pc-shadermodel6.3-library %s -emit-llvm -disable-llvm-passes \
-// RUN:   -o - | FileCheck %s --check-prefixes=CHECK,NO_HALF
----------------
pow2clk wrote:

Would you explain why you removed the NO_HALF variant?

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


More information about the llvm-commits mailing list