[PATCH] D60460: [SelectionDAG] Use KnownBits::computeForAddSub in SelectionDAG::computeKnownBits

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 08:32:08 PDT 2019


bjope marked an inline comment as done.
bjope added inline comments.


================
Comment at: llvm/test/CodeGen/X86/x32-va_start.ll:62
+
+; Nowadays we can do value tracking through CopyFromReg, so we know that
+; [[COUNT]] is $8 here (we actually get "cmpl $40, $8" when catching [[COUNT]]
----------------
The patch with CopyFromReg has been reverted. So this diff will go away after rebasing to trunk.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60460/new/

https://reviews.llvm.org/D60460





More information about the llvm-commits mailing list