[PATCH] D75808: [ValueTracking] isKnownNonZero, computeKnownBits for freeze
Francois Pichet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 06:52:06 PDT 2020
fpichet added a comment.
Another thing: I noticed that SelectionDAG::computeKnownBits doesn't deal with ISD::FREEZE.
Would it be ok to just call computeKnownBits (Op.getOperand(0)) to make it work.
(Since Select_FREEZE just lower to a copy)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75808/new/
https://reviews.llvm.org/D75808
More information about the llvm-commits
mailing list