[all-commits] [llvm/llvm-project] d0dbb0: [Support] Remove redundant sign bit tests from Kno...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jan 14 07:51:26 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d0dbb0468c26bafa88e7340781fb3a0a79379470
      https://github.com/llvm/llvm-project/commit/d0dbb0468c26bafa88e7340781fb3a0a79379470
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M llvm/include/llvm/Support/KnownBits.h

  Log Message:
  -----------
  [Support] Remove redundant sign bit tests from KnownBits::getSignedMinValue/getSignedMaxValue

As noted by @foad on rG6895581fd2c1


  Commit: 0a59647ee407524e6468cc5be4ba288861aa700d
      https://github.com/llvm/llvm-project/commit/0a59647ee407524e6468cc5be4ba288861aa700d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M llvm/test/CodeGen/SystemZ/misched-cutoff.ll

  Log Message:
  -----------
  [SystemZ] misched-cutoff tests can only be tested on non-NDEBUG (assertion) builds

Fixes clang-with-thin-lto-ubuntu buildbot after D94383/rGddd03842c347


Compare: https://github.com/llvm/llvm-project/compare/dbaa6a1858a4...0a59647ee407


More information about the All-commits mailing list