[all-commits] [llvm/llvm-project] 909212: [DirectX] Scalarize Allocas as part of data scalar...
Farzon Lotfi via All-commits
all-commits at lists.llvm.org
Tue May 27 11:23:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 909212feecc197e469384924554087125ef1b7ea
https://github.com/llvm/llvm-project/commit/909212feecc197e469384924554087125ef1b7ea
Author: Farzon Lotfi <farzonlotfi at microsoft.com>
Date: 2025-05-27 (Tue, 27 May 2025)
Changed paths:
M llvm/lib/Target/DirectX/DXILDataScalarization.cpp
M llvm/test/CodeGen/DirectX/scalar-bug-117273.ll
A llvm/test/CodeGen/DirectX/scalarize-alloca.ll
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list