[PATCH] D11596: Separate out BDCE's analysis into a separate DemandedBits analysis.

James Molloy james.molloy at arm.com
Wed Jul 29 08:29:12 PDT 2015


jmolloy created this revision.
jmolloy added a reviewer: hfinkel.
jmolloy added a subscriber: llvm-commits.
jmolloy set the repository for this revision to rL LLVM.

This allows other areas of the compiler (LoopVectorize, soon!) to use BDCE's bit-tracking.

NFCI.

Repository:
  rL LLVM

http://reviews.llvm.org/D11596

Files:
  include/llvm/Analysis/DemandedBits.h
  include/llvm/InitializePasses.h
  lib/Analysis/Analysis.cpp
  lib/Analysis/CMakeLists.txt
  lib/Analysis/DemandedBits.cpp
  lib/Transforms/Scalar/BDCE.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11596.30909.patch
Type: text/x-patch
Size: 31363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150729/c8a75288/attachment.bin>


More information about the llvm-commits mailing list