[PATCH] D134614: [SCEV] Support clearing Block/LoopDispositions for a single value.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 05:02:51 PDT 2022


fhahn added inline comments.


================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:8395
+
+  const SCEV *S =getExistingSCEV(V);
+  if (!S)
----------------
nikic wrote:
> nit: Space after `=`
Formatting should also be fixed now, sorry about that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134614



More information about the llvm-commits mailing list