[PATCH] D90625: [AggressiveInstCombine] Generalize foldGuardedRotateToFunnelShift to generic funnel shifts

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 20 03:30:13 PST 2020


RKSimon updated this revision to Diff 312966.
RKSimon added a reviewer: mstorsjo.
RKSimon added a comment.
This revision is now accepted and ready to land.

Check that the shift values can be hoisted from each basic block.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90625/new/

https://reviews.llvm.org/D90625

Files:
  llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  llvm/test/Transforms/AggressiveInstCombine/funnel.ll
  llvm/test/Transforms/AggressiveInstCombine/rotate.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90625.312966.patch
Type: text/x-patch
Size: 16681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201220/37a3e3b8/attachment.bin>


More information about the llvm-commits mailing list