[all-commits] [llvm/llvm-project] 7fe7c6: [GlobalISel] Don't use Register type for getNumOpe...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Nov 5 09:13:32 PST 2020


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

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp

  Log Message:
  -----------
  [GlobalISel] Don't use Register type for getNumOperands(). NFCI.

Copy+Paste typo - we were storing getNumOperands() opcounts in a Register type instead of just an unsigned.


  Commit: bf04e34383b06f1b71819de7f34a1a1de2cdb6a4
      https://github.com/llvm/llvm-project/commit/bf04e34383b06f1b71819de7f34a1a1de2cdb6a4
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

  Log Message:
  -----------
  [DAG] computeKnownBits - Replace ISD::SREM handling with KnownBits::srem to reduce code duplication


Compare: https://github.com/llvm/llvm-project/compare/d413f4bc62e5...bf04e34383b0


More information about the All-commits mailing list