[PATCH] D99463: [AArch64][GlobalISel] Define some legalization rules for G_ROTR and G_ROTL.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 28 00:42:10 PDT 2021


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

For imported pattern purposes, we have a custom rule that promotes the rotate amount to 64b as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99463

Files:
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-rotr-rotl.mir
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99463.333710.patch
Type: text/x-patch
Size: 10286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210328/2f9de827/attachment.bin>


More information about the llvm-commits mailing list