[PATCH] D154810: [LoongArch] Add tests for (X & -256) == 256 -> (X >> 8) == 1

WÁNG Xuěruì via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 06:09:59 PDT 2023


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

Add `NFC` somewhere in the title or summary? And is it better to add the case into `test/CodeGen/LoongArch/ir-instruction/icmp.ll` since we already stuff several `icmp`-related tests there?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154810



More information about the llvm-commits mailing list