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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 09:29:12 PDT 2023


craig.topper added a comment.

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


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