[PATCH] D48853: [SCEV] Add zext(C + x + ...) -> D + zext(C-D + x + ...)<nuw> transform

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 15:57:43 PDT 2018


efriedma added a comment.

Could you use ScalarEvolution::GetMinTrailingZeros instead of calling computeKnownBits directly?


Repository:
  rL LLVM

https://reviews.llvm.org/D48853





More information about the llvm-commits mailing list