diff options
author | Farzon Lotfi <farzonlotfi@microsoft.com> | 2025-06-27 13:12:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-27 13:12:47 -0400 |
commit | 778b6a21ec27ed05c794b9fca3f27c1064280fb2 (patch) | |
tree | 63489f2f3e5d01770c16f0ec8c931f1eb181c8b5 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a19d37044b35766d216d77c3fb5e5275e48438ea (diff) | |
download | llvm-778b6a21ec27ed05c794b9fca3f27c1064280fb2.zip llvm-778b6a21ec27ed05c794b9fca3f27c1064280fb2.tar.gz llvm-778b6a21ec27ed05c794b9fca3f27c1064280fb2.tar.bz2 |
[DirectX] Allow vector Allocas to be transformed into arrays (#145972)
fixes #145782
This change modifies `isArrayOfVectors` into `isVectorOrArrayOfVectors`.
The previous implementation did not support vector to array
transformations. Further it was too simplistic and didn't assume allocas
would create multidimensional arrays.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions