[PATCH] D91562: Fix for LLVM bug 46943.

Felix S Klock II via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 13:51:28 PST 2020


pnkfelix added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:2401
+    // successors.
+    bool add_successors = true;
+
----------------
thanks lint! (old habits die hard.) will fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91562



More information about the llvm-commits mailing list