[PATCH] D88834: [InstCombine] matchRotate - add support for matching general funnel shifts with constant shift amounts (PR46896)
Sterling Augustine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 20:19:28 PDT 2020
saugustine added a comment.
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.
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