Details
Details
- Reviewers
chandlerc
Diff Detail
Diff Detail
Event Timeline
Comment Actions
See below, only half of this change is necessary.
lib/Transforms/Scalar/SROA.cpp | ||
---|---|---|
2024–2026 | This change is unnecessary, and doesn't make any sense. The alloca pointer is always in address space zero. | |
2432 | We should test this by wrapping around the end of the address space if we want to be pedantic. Maybe not necessary. |
Comment Actions
Split out removing default address space argument part, change test to modify one added by the other SROA patch
Comment Actions
Looks good now that the basis is in place. Inspired a tweak to IRBuilder. I made that tweak and applied in r202252 to avoid you having to rebase, etc.
Thanks!
This change is unnecessary, and doesn't make any sense. The alloca pointer is always in address space zero.