[PATCH] D109696: [InstCombine] Add folds for certain icmp + vscale combinations

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 13 08:45:33 PDT 2021


dmgreen added a comment.

Could we add vscale to ValueTracking::computeKnownBitsFromOperator? I'm not sure it would capture all the non-power-2 cases, but it would be more general and might optimize more cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109696



More information about the llvm-commits mailing list