[PATCH] D88783: [InstCombine] matchFunnelShift - fold or(shl(a,x),lshr(b,sub(bw,x))) -> fshl(a,b,x) iff x < bw

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 02:07:20 PDT 2020


RKSimon added a comment.

In D88783#2324088 <https://reviews.llvm.org/D88783#2324088>, @nlopes wrote:

> Alive2 complains about one of the test cases:

Thanks @nlopes  it looks like the args aren't getting swapped for some reason - I'll investigate


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88783



More information about the llvm-commits mailing list