[PATCH] D88860: [LangRef] Describe why the pointer aliasing rules are currently unsound.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 18:29:31 PDT 2020


jdoerfert added a comment.

In D88860#2313288 <https://reviews.llvm.org/D88860#2313288>, @efriedma wrote:

> I'll try to think about whether there's any way to make this more readable.  Maybe some examples would help?

Yes. Some text and the one example that shows why int2ptr->ptr2int is not a no-op would suffice in addition to a link to the other resources.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88860/new/

https://reviews.llvm.org/D88860



More information about the llvm-commits mailing list