[PATCH] D15845: [ADT] Switch from a hacky use of PointerIntPair and poorly chosen arbitrary integers cast to Instruction pointers to a sum type over Instruction * and a PointerEmbeddedInt.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 02:54:58 PST 2016


chandlerc updated this revision to Diff 49941.
chandlerc added a comment.
Herald added a subscriber: mcrosier.

Rebase on top of my cleanups to memdep.


http://reviews.llvm.org/D15845

Files:
  include/llvm/Analysis/MemoryDependenceAnalysis.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15845.49941.patch
Type: text/x-patch
Size: 5523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160307/d133be87/attachment.bin>


More information about the llvm-commits mailing list