Make SROA more aggressive with allocas containing padding.
SROA only split up structs and arrays one level at a time, so padding can only cause trouble if it is located in between the struct or array elements. llvm-svn: 123380
Loading
Please register or sign in to comment