[all-commits] [llvm/llvm-project] 8d5bf0: [NFC] Prefer ConstantRange::makeExactICmpRegion ov...

Eli Friedman via All-commits all-commits at lists.llvm.org
Fri Jun 25 14:44:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d5bf0709da893cee20f9b3100bf1bcd4a5f0210
      https://github.com/llvm/llvm-project/commit/8d5bf0709da893cee20f9b3100bf1bcd4a5f0210
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2021-06-25 (Fri, 25 Jun 2021)

  Changed paths:
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp

  Log Message:
  -----------
  [NFC] Prefer ConstantRange::makeExactICmpRegion over makeAllowedICmpRegion

The implementation is identical, but it makes the semantics a bit more
obvious.




More information about the All-commits mailing list