[PATCH] D99449: [GlobalISel] Implement lowering for G_ROTR and G_ROTL.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 26 15:46:58 PDT 2021


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

This is a straightforward port.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99449

Files:
  llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99449.333649.patch
Type: text/x-patch
Size: 11929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210326/08ee989a/attachment.bin>


More information about the llvm-commits mailing list