[PATCH] D88834: [InstCombine] matchRotate - add support for matching general funnel shifts with constant shift amounts (PR46896)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 00:52:36 PDT 2020


RKSimon added a comment.

In D88834#2326590 <https://reviews.llvm.org/D88834#2326590>, @saugustine wrote:

> Google has tracked down a failure in openssl for powerpc to this change. (And the fix for the 32-bit vs 64-bit issue below doesn't seem to fix this.)
>
> I'm trying to get a smaller reproduction. But just so that is on your radar.

np @saugustine - I made some further regression reverts/fixes yesterday so if you can test against a more recent trunk that'd be very useful.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88834



More information about the llvm-commits mailing list