[clang] [Matrix] Copy Row data from padded cbuffer offsets before swizzle (PR #185346)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 9 10:47:28 PDT 2026


================
@@ -0,0 +1,19 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.7-library -disable-llvm-passes -emit-llvm -finclude-default-header -fmatrix-memory-layout=row-major -o - %s | FileCheck %s
+
+cbuffer CB {
----------------
farzonl wrote:

move test to `clang/test/CodeGenHLSL/resources/`

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


More information about the cfe-commits mailing list