- After addrspacecast is allowed to be eliminated in SROA, the adjusting of storage pointer (from `alloca) needs to handle the potential different address spaces between the storage pointer (from alloca) and the pointer being used.
Details
Details
- Reviewers
arsenm - Commits
- rG4f7f70e26245: Recommit [SROA] Enhance SROA to handle `addrspacecast`ed allocas
rL363743: Recommit [SROA] Enhance SROA to handle `addrspacecast`ed allocas
rG76a149ef8187: [SROA] Enhance SROA to handle `addrspacecast`ed allocas
rL363711: [SROA] Enhance SROA to handle `addrspacecast`ed allocas
Diff Detail
Diff Detail
- Repository
- rL LLVM