[PATCH] D22468: [PM] Convert Loop String Reduce pass to new PM
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 10:54:21 PDT 2016
junbuml added a subscriber: junbuml.
junbuml added a comment.
In the title, it should be "Strength", instead of "String".
================
Comment at: include/llvm/Transforms/Scalar/LoopStrengthReduce.h:1
@@ +1,2 @@
+//===- LoopStrengthReduce.h - Loop Strenght Reduce Pass -------*- C++ -*-===//
+//
----------------
Strenght -> Strength
https://reviews.llvm.org/D22468
More information about the llvm-commits
mailing list