[PATCH] D152347: [InstCombine] Add tests for equality `icmp` with rotates; NFC

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 12:56:33 PDT 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/Transforms/InstCombine/icmp-equality-rotate.ll:40
+  ret i1 %r
+}
+
----------------
Can also add a test where the rotate and icmp operands are different.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152347



More information about the llvm-commits mailing list