Files
clang-p2996/llvm/lib/Target/DirectX/DXILDataScalarization.cpp
Farzon Lotfi 909212feec [DirectX] Scalarize Allocas as part of data scalarization (#140165)
- DXILDataScalarization should not just be limited to global data
- Add a scalarization for alloca
- Add ReversePostOrderTraversal of functions and iterate over basic
blocks and run DataScalarizerVisitor.
- fixes #140143
2025-05-27 14:23:29 -04:00

11 KiB