[PATCH] D152348: [InstCombine] Transform (icmp eq/ne rotate(X,A0),rotate(X,A1)) -> (icmp eq/ne rotate(X,A0-A1))

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 02:03:09 PDT 2023


goldstein.w.n added a comment.

In D152348#4402500 <https://reviews.llvm.org/D152348#4402500>, @nikic wrote:

> It looks like you mixed up the descriptions of the two patches maybe?

Indeed. Fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152348



More information about the llvm-commits mailing list