[PATCH] D152348: [InstCombine] Transform (icmp eq/ne rotate(X,AX),rotate(Y,AY)) -> (icmp eq/ne rotate(Y,AX-AY))
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 14:10:00 PDT 2023
goldstein.w.n updated this revision to Diff 529720.
goldstein.w.n added a comment.
Update test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152348/new/
https://reviews.llvm.org/D152348
Files:
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/test/Transforms/InstCombine/icmp-equality-rotate.ll
llvm/test/Transforms/InstCombine/icmp-rotate.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152348.529720.patch
Type: text/x-patch
Size: 5578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230608/06d21d76/attachment.bin>
More information about the llvm-commits
mailing list