[PATCH] D78391: [ValueLattice] Allow two range extensions.

Noel Grandin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 19 00:30:24 PDT 2020


grandinj added inline comments.


================
Comment at: llvm/include/llvm/Analysis/ValueLattice.h:350
 
-      // Simple form of widening. If a range is extended multiple times, use the
+      // Simple form of widening. If a range is more than twice, use the
       // provided WidenCR upper bound if it contains NewR or overdefined
----------------
s/more than twice/extended more than twice


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78391





More information about the llvm-commits mailing list