[PATCH] D48803: Place the BlockAddress type in the program address space
David Chisnall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 01:56:36 PDT 2020
theraven accepted this revision.
theraven added a comment.
Looks good to me. This bakes in the assumption that function pointers and basic block addresses are always in the same address space. That seems reasonable to me but it might be worth documenting in the DataLayout docs about the program address space.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D48803/new/
https://reviews.llvm.org/D48803
More information about the llvm-commits
mailing list