[all-commits] [llvm/llvm-project] 6729b6: [KnownBits] Move ValueTracking SREM KnownBits hand...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Nov 5 06:59:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6729b6de1f5b753251b4f31fd6349912d07d34ef
      https://github.com/llvm/llvm-project/commit/6729b6de1f5b753251b4f31fd6349912d07d34ef
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M llvm/include/llvm/Support/KnownBits.h
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Support/KnownBits.cpp
    M llvm/unittests/Support/KnownBitsTest.cpp

  Log Message:
  -----------
  [KnownBits] Move ValueTracking SREM KnownBits handling to KnownBits::srem. NFCI.

Move the ValueTracking implementation to KnownBits, the SelectionDAG version is more limited so I'm intending to replace that as a separate commit.




More information about the All-commits mailing list