[llvm] [DirectX] Support ConstExpr GEPs (PR #148986)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 15 18:48:45 PDT 2025
farzonl wrote:
This change does fix a bug, but I think we need to file a different ticket for this case:
```hlsl
groupshared uint4 aTile[10][10];
[numthreads(1, 1, 1)]
void CSMain() {
uint4 aFragPacked = aTile[1][2];
}
```
Need to rename the branch and then we don't have to call this a partial fix.
https://github.com/llvm/llvm-project/pull/148986
More information about the llvm-commits
mailing list