[clang] [HLSL] Fix vector list initialization (PR #161421)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 30 12:05:47 PDT 2025
================
@@ -93,25 +93,6 @@ void entry() {
// CHECK-NEXT: MemberExpr {{.*}} 'float' lvalue .f {{.*}}
// CHECK-NEXT: DeclRefExpr {{.*}} 'struct S' lvalue Var {{.*}} 's' 'struct S'
- struct T {
----------------
farzonl wrote:
This is good to know I have the same test case in my matrix pr. will remove.
https://github.com/llvm/llvm-project/pull/161421
More information about the cfe-commits
mailing list