[PATCH] D104472: [ValueTracking] look through bitcast of vector in computeKnownBits

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 17 10:26:29 PDT 2021


lebedev.ri added a comment.

Would it please be possible to either enhance comments, or port more comments from the `SelectionDAG::computeKnownBits()`?
It appears to match that original implementation, and seems correct, but it is hard to read/get through.


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

https://reviews.llvm.org/D104472



More information about the llvm-commits mailing list