This patch fixes this crash https://gcc.godbolt.org/z/Ps8d1e
And gives SROA the ability to remove assumes if it allows promoting an alloca to register
Without removing assumes when it can't promote to register.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo