[PATCH] D133330: [InstCombine] Baseline tests for reducing icmp x, ~x and icmp ~x, x

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 07:48:16 PDT 2022


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

LGTM - if you do not have commit access, please specify name and email to use as patch author.



================
Comment at: llvm/test/Transforms/InstCombine/icmp-not.ll:31
+
+define i1 @icmp__not_sge(i5 %_x) {
+; CHECK-LABEL: @icmp__not_sge(
----------------
Remove extra underscore after "icmp".


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

https://reviews.llvm.org/D133330



More information about the llvm-commits mailing list