[PATCH] D47541: Allow creating llvm::Function in non-zero address spaces
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 21 02:20:36 PDT 2018
arichardson added a reviewer: bjope.
arichardson added a comment.
Ping?
It would be really good if something like this could land soon as I'm currently in the process of doing a merge with upstream LLVM in our fork.
I just ran into the problem that always_inline wasn't working at -O0 for us due to functions being in AS0 but the calls in AS200 and the alwaysInliner only handles direct calls without an addressspacecast. This would be fixed if we could have functions in AS200.
Repository:
rL LLVM
https://reviews.llvm.org/D47541
More information about the llvm-commits
mailing list