One of the cases identified in PR45116 - we don't need to limit load combines (in this case for fp->int load/store copies) to ABI alignment, we can use allowsMemoryAccess - which tests using getABITypeAlign, but also checks if a target permits misaligned memory loads by checking allowsMisalignedMemoryAccesses as a fallback.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks reasonable to me. It would be better to wait for some days for other reviewers, like @nemanjai comments.
Comment Actions
Cheers - I'm going to tentatively commit this today, I'm around for a few more days to address any post-commit feedback.