[all-commits] [llvm/llvm-project] 8371dd: Revert "zz"

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8371dde4857a4356df3c20c8624aa8989de1bb24
      https://github.com/llvm/llvm-project/commit/8371dde4857a4356df3c20c8624aa8989de1bb24
  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:
  -----------
  Revert "zz"

It wasn't meant to be committed, two commits should have been squashed.

This reverts commit 0c184154969c020db416bd7066af80ffd2a27ac4.


  Commit: 7b12c8c59da6f028db1aad948d116d09309a91f5
      https://github.com/llvm/llvm-project/commit/7b12c8c59da6f028db1aad948d116d09309a91f5
  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:
  -----------
  Revert "[NFC][ConstantRange] Add 'icmp' helper method"

This reverts commit 17cf2c94230bc107e7294ef84fad3b47f4cd1b73.


  Commit: e8c7f43e2c2c6f3581ec1c6489ec21ad9f98958a
      https://github.com/llvm/llvm-project/commit/e8c7f43e2c2c6f3581ec1c6489ec21ad9f98958a
  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/include/llvm/IR/IntrinsicInst.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/17cf2c94230b...e8c7f43e2c2c


More information about the All-commits mailing list