This fixes a crash found in PR61549, and adds test coverage for other
sizes that cannot be selected.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you add a test for, say, s8 to show that small power-of-2s should still be widened to s32?
Comment Actions
Ack, will do. I will also reformat the code to remove the spurious formatting changes