SROA assumes alloca address space is 0, which causes assertion. This patch fixes that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34104
[SROA] Fix APInt size when alloca address space is not 0 ClosedPublic Authored by yaxunl on Jun 12 2017, 7:52 AM.
Details Summary SROA assumes alloca address space is 0, which causes assertion. This patch fixes that.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 27 2017, 10:42 AM Closed by commit rL306440: [SROA] Fix APInt size when alloca address space is not 0 (authored by yaxunl). · Explain WhyJun 27 2017, 11:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 104224 llvm/trunk/lib/Transforms/Scalar/SROA.cpp
llvm/trunk/test/Transforms/SROA/alloca-address-space.ll
|