[clang] [HLSL] Implement Texture2D::mips[][] (PR #186143)

Mikael Holmen via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 06:32:11 PDT 2026


================
@@ -0,0 +1,35 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -x hlsl -emit-llvm -disable-llvm-passes -finclude-default-header -verify %s
----------------
mikaelholmen wrote:

If you can, please update this testcase.
I don't think I currently see problems with other tests,  I think they use "-o -" to put the output on stdout rather than trying to write a local file.

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


More information about the cfe-commits mailing list