[PATCH] D91267: [ARM] Remove copies from low overhead phi inductions.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 06:16:05 PST 2020


dmgreen added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/LowOverheadLoops/count_dominates_start.mir:128
   ; CHECK:   [[COPY5:%[0-9]+]]:gpr = COPY [[t2MOVi2]]
-  ; CHECK:   [[COPY6:%[0-9]+]]:gpr = COPY [[t2DoLoopStart]]
-  ; CHECK:   [[COPY7:%[0-9]+]]:gprnopc = COPY [[COPY]]
+  ; CHECK:   [[COPY6:%[0-9]+]]:rgpr = COPY [[COPY]]
+  ; CHECK:   [[t2DoLoopStartTP:%[0-9]+]]:gprlr = t2DoLoopStartTP [[COPY4]], [[COPY6]]
----------------
SjoerdMeijer wrote:
> Ah, sorry, must have overlooked this MIR test in my first review.
This was a new one that serendipitously came in with the rebase.

Thanks for the review.


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

https://reviews.llvm.org/D91267



More information about the llvm-commits mailing list