[PATCH] Introduce bitset metadata format and bitset lowering pass.

Peter Collingbourne peter at pcc.me.uk
Thu Feb 19 11:22:16 PST 2015


- Use a 64-bit shift, add unit tests for containsGlobalOffset


http://reviews.llvm.org/D7288

Files:
  docs/BitSets.rst
  docs/LangRef.rst
  docs/index.rst
  include/llvm/ADT/EquivalenceClasses.h
  include/llvm/ADT/PointerUnion.h
  include/llvm/IR/Intrinsics.td
  include/llvm/InitializePasses.h
  include/llvm/Transforms/IPO.h
  include/llvm/Transforms/IPO/LowerBitSets.h
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/IPO.cpp
  lib/Transforms/IPO/LowerBitSets.cpp
  lib/Transforms/IPO/PassManagerBuilder.cpp
  test/Transforms/LowerBitSets/constant.ll
  test/Transforms/LowerBitSets/simple.ll
  test/Transforms/LowerBitSets/single-offset.ll
  unittests/Transforms/CMakeLists.txt
  unittests/Transforms/IPO/CMakeLists.txt
  unittests/Transforms/IPO/LowerBitSets.cpp
  unittests/Transforms/IPO/Makefile
  unittests/Transforms/Makefile

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7288.20321.patch
Type: text/x-patch
Size: 41916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150219/0c0b683b/attachment.bin>


More information about the llvm-commits mailing list