[PATCH] D96628: [VPlan] Add plain text (not DOT's digraph) dumps

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 13:40:20 PST 2021


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll:40
+; CHECK-NEXT: loop:
+; CHECK-NEXT:   WIDEN-INDUCTION %iv = phi %bc.resume.val, %iv.next
+; CHECK-NEXT:   WIDEN ir<%cond0> = icmp ir<%iv>, ir<13>
----------------
Did the value here change because the plan gets printed later?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96628



More information about the llvm-commits mailing list