[PATCH] D63525: LangRef: Attempt to formulate some rules for addrspacecast
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 18:27:31 PDT 2020
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: docs/LangRef.rst:2230
+changed. Different address spaces may have different trapping behavior
+when dereferencing an invalid pointer.
+
----------------
jdoerfert wrote:
> Why, "In general,"? Do we have exceptions?
The exceptions would be with target specific knowledge. General IR not considering target semantics must follow this rule
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63525/new/
https://reviews.llvm.org/D63525
More information about the llvm-commits
mailing list