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

Steven Perron via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 06:26:14 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
----------------
s-perron wrote:

that should be fine. I see other tests in the same directory using `emit-llvm`. Will you be preparing a PR to changes all of them or should I do a PR to change the one I just added.  Let me know the plan.

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


More information about the cfe-commits mailing list