[PATCH] D91428: Add support for multiple program address spaces
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 12:08:28 PST 2020
tlively added a comment.
@arsenm, Are you suggesting that we just relax the verification rules to allow calling function pointers to arbitrary address spaces without needing any changes to the data layout string? That seems fine to me, but the data layout string solution does allow targets to opt in to more precise validation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91428/new/
https://reviews.llvm.org/D91428
More information about the llvm-commits
mailing list