[PATCH] D37054: Require address space to be specified when creating functions (2/3)
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 21 02:18:36 PDT 2018
arichardson added a comment.
Herald added subscribers: steven_wu, atanasyan, george.burgess.iv.
I've extracted a patch without the Module* -> Module& changes in https://reviews.llvm.org/D47541. It would be really good if something like this could land soon since 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.
Repository:
rL LLVM
https://reviews.llvm.org/D37054
More information about the llvm-commits
mailing list