Details
Details
Diff Detail
Diff Detail
Paths
| Differential 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. ClosedPublic Authored by chandlerc on Jan 2 2016, 2:53 AM.
Details Summary
Diff Detail Event Timelinechandlerc retitled this revision from to [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.. chandlerc updated this object. chandlerc added a parent revision: D15843: [ADT] Add a sum type abstraction for pointer-like types.. This revision is now accepted and ready to land.Mar 7 2016, 3:06 AM Closed by commit rL262823: [memdep] Switch from a hacky use of PointerIntPair and poorly chosen (authored by chandlerc). · Explain WhyMar 7 2016, 3:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 43846 include/llvm/Analysis/MemoryDependenceAnalysis.h
|