[PATCH] D85522: [Loads] Globals are dereferenceable, if offset + size <= sizeof(global).

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 07:06:30 PDT 2020


nlopes added a comment.

The reasoning looks good, though the case when offset + size overflows doesn't seem to be considered.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85522



More information about the llvm-commits mailing list