[PATCH] D87828: [SCEV][NFC] Introduce isBasicBlockEntryGuardedByCond

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 20 22:38:37 PDT 2020


mkazantsev added inline comments.


================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:9455
+bool ScalarEvolution::isBasicBlockEntryGuardedByCond(const BasicBlock *BB,
+                                                     ICmpInst::Predicate Pred,
+                                                     const SCEV *LHS,
----------------
mkazantsev wrote:
> fhahn wrote:
> > tab?
> Eeek! It was supposed to be clang-formated... 
I'm not sure what it is, it's all whitespaces in my diff file. Display bug of phabricator?


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

https://reviews.llvm.org/D87828



More information about the llvm-commits mailing list