[PATCH] D82927: Intergerate Loop Peeling into Loop Fusion

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 12:41:54 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/test/Transforms/LoopFusion/guarded_unsafeblock_peel.ll:9
+
+; CHECK: void @unsafe_exitblock
+; CHECK: for.first.guard
----------------
Function names are unique. Use `; CHECK-LABEL: ` -> they improve FileCheck output when some instructions below don't match CHECK lines.


================
Comment at: llvm/test/Transforms/LoopFusion/nonadjacent_peel.ll:55
+
+for.next:                                      ; preds = %for.first.exit
+  br label %for.second.preheader
----------------
The comments are not aligned.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82927





More information about the llvm-commits mailing list