[PATCH] D99383: [GlobalISel] Add G_ROTR and G_ROTL opcodes for rotates

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 14:54:03 PDT 2021


aemerson created this revision.
aemerson added reviewers: arsenm, foad, paquette.
aemerson added a project: LLVM.
Herald added subscribers: dexonsmith, hiraditya, rovka.
aemerson requested review of this revision.
Herald added a subscriber: wdng.

As discussed on D99281 <https://reviews.llvm.org/D99281>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99383

Files:
  llvm/docs/GlobalISel/GenericOpcode.rst
  llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/GenericOpcodes.td
  llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  llvm/lib/CodeGen/MachineVerifier.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  llvm/test/MachineVerifier/test_g_rotr_rotl.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99383.333430.patch
Type: text/x-patch
Size: 6002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210325/2ef44c8f/attachment.bin>


More information about the llvm-commits mailing list