[PATCH] D17267: [DemandedBits] Introduce a getMinimumBitWidth() member function

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 06:04:31 PDT 2016


jmolloy updated this revision to Diff 55200.
jmolloy added a comment.

Hi Hal,

Sorry for the long trip time on this. This new patch has the same effect (in that it allows LoopVectorization to perform the same optimization), but is much cleaner and more well-defined.

Cheers,

James


Repository:
  rL LLVM

http://reviews.llvm.org/D17267

Files:
  include/llvm/Analysis/DemandedBits.h
  lib/Analysis/DemandedBits.cpp
  lib/Analysis/VectorUtils.cpp
  test/Analysis/DemandedBits/basic.ll
  test/Transforms/LoopVectorize/AArch64/loop-vectorization-factors.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17267.55200.patch
Type: text/x-patch
Size: 14711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160427/f8c34b82/attachment.bin>


More information about the llvm-commits mailing list