[all-commits] [llvm/llvm-project] 0c1841: zz

Roman Lebedev via All-commits all-commits at lists.llvm.org
Sat Apr 10 09:11:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c184154969c020db416bd7066af80ffd2a27ac4
      https://github.com/llvm/llvm-project/commit/0c184154969c020db416bd7066af80ffd2a27ac4
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-04-10 (Sat, 10 Apr 2021)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicInst.h

  Log Message:
  -----------
  zz


  Commit: 17cf2c94230bc107e7294ef84fad3b47f4cd1b73
      https://github.com/llvm/llvm-project/commit/17cf2c94230bc107e7294ef84fad3b47f4cd1b73
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-04-10 (Sat, 10 Apr 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/ValueLattice.h
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/unittests/IR/ConstantRangeTest.cpp

  Log Message:
  -----------
  [NFC][ConstantRange] Add 'icmp' helper method

"Does the predicate hold between two ranges?"

Not very surprisingly, some places were already doing this check,
without explicitly naming the algorithm, cleanup them all.


Compare: https://github.com/llvm/llvm-project/compare/3b677b81cec7...17cf2c94230b


More information about the All-commits mailing list