[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 03:09:32 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL262823: [memdep] Switch from a hacky use of PointerIntPair and poorly chosen (authored by chandlerc).
Changed prior to commit:
http://reviews.llvm.org/D15845?vs=49942&id=49943#toc
Repository:
rL LLVM
http://reviews.llvm.org/D15845
Files:
llvm/trunk/include/llvm/Analysis/MemoryDependenceAnalysis.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15845.49943.patch
Type: text/x-patch
Size: 5562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160307/9788505e/attachment-0001.bin>
More information about the llvm-commits
mailing list