[PATCH] D122194: [SelectionDAG] Store LeadingZero count in LiveOutInfo instead of KnownBits.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 5 01:52:05 PDT 2022
RKSimon added a comment.
Herald added a subscriber: hsmhsm.
Something else that we might benefit from is if we can tag when a live out value is known never to be poison/undef - I guess we can do that by adding a freeze.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122194/new/
https://reviews.llvm.org/D122194
More information about the llvm-commits
mailing list