[PATCH] D74935: [LangRef][AliasAnalysis] Clarify `noalias` affects only modified objects

Juneyoung Lee via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 18:34:02 PST 2020


aqjune added a comment.

Never mind, I see that the keyword object comes from the alias analysis document. The alias analysis document is using the term object consistently.
I was confused because the term is used at llvm.objectsize intrinsic's LangRef documentation, which seems to refer an allocation unit. gep inbounds text also used term 'allocated object', but I guess it is different from that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74935





More information about the cfe-commits mailing list