[PATCH] D107607: [AArch64][GlobalISel] Widen G_BSWAP before clamping

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 15:09:03 PDT 2021


paquette created this revision.
paquette added reviewers: aemerson, jroelofs.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka.
paquette requested review of this revision.
Herald added a project: LLVM.

This allows us to avoid odd type breakdowns + allows us to legalize types like s88 in the first place.

Add some testcases for known legal types + testcases for s4 and s88.


https://reviews.llvm.org/D107607

Files:
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-bswap.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107607.364628.patch
Type: text/x-patch
Size: 7155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210805/e48bf113/attachment.bin>


More information about the llvm-commits mailing list