Given a VQMOVN(VSHR), we can fold that into a VQSHRN simply enough using a few tablegen patterns.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I originally had these in the other order, having these patterns before the transforms that would create vqmovt's. I've switched the order, so the tests should now show it folding into vqshrnt.