[PATCH] D154193: [X86]Remove TEST in AND32+TEST16rr in peephole-opt

Wang, Xin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 2 18:24:42 PDT 2023


XinWang10 added a comment.

In D154193#4464331 <https://reviews.llvm.org/D154193#4464331>, @craig.topper wrote:

> If the AND immediate is more than 16 bits, I don't think this transform is valid. Do we have a test for that?

Good catch! Will update.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154193



More information about the llvm-commits mailing list