[PATCH] D36115: [Loop Vectorize] Block Probability for Predicated Blocks

DIVYA SHANMUGHAN via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 14:59:41 PDT 2017


DIVYA created this revision.
Herald added subscribers: javed.absar, mzolotukhin.

LoopVectorize Pass  uses reciprocal of block probability as 2 for all predicated blocks.Here, we have used BlockFrequencyInfo to get the block probabilities

Worked in collaboration with Aditya Kumar


https://reviews.llvm.org/D36115

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/AArch64/aarch64-predication.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36115.109004.patch
Type: text/x-patch
Size: 6604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170731/56fd535c/attachment.bin>


More information about the llvm-commits mailing list