[PATCH] D46637: [TTI] Add uniform/non-uniform constant Pow2 detection to TargetTransformInfo::getInstructionThroughput

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 21 09:36:38 PDT 2018


spatel added a comment.

Is it possible to show a vectorizer before/after with this change? I worry that we risk losing the motivating case if we only have CostModel regression tests instead of actual IR diffs.


Repository:
  rL LLVM

https://reviews.llvm.org/D46637





More information about the llvm-commits mailing list