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

Wang, Xin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 2 22:57:58 PDT 2023


XinWang10 marked an inline comment as done.
XinWang10 added inline comments.


================
Comment at: llvm/test/CodeGen/X86/peephole-test-after-add.mir:41
 
+  define i16 @erase_test16(i16 %0, i16 %1, ptr nocapture %2) {
+  entry:
----------------
XinWang10 wrote:
> pengfei wrote:
> > Maybe pre-commit the test?
> Will do, to make the change clear.
Done in https://reviews.llvm.org/D154322.


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