[PATCH] D144282: [X86] Add tests for (or/and (icmp eq/ne A, C0), (icmp eq/ne A, C1)) where IsPow2(dif(C0, C1)); NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 19 22:49:04 PST 2023


goldstein.w.n marked an inline comment as done.
goldstein.w.n added a comment.

In D144282#4137911 <https://reviews.llvm.org/D144282#4137911>, @pengfei wrote:

> Can we add tests on demand? It looks to me there are tests neither touched by D144283 <https://reviews.llvm.org/D144283> nor D144284 <https://reviews.llvm.org/D144284>.

There are some intentionally not touched tests `*fail*`. Would you prefer I drop some of them?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144282



More information about the llvm-commits mailing list