[PATCH] D54498: AbstractCallSite -- A unified interface for (in)direct and callback calls
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 11 19:59:44 PST 2018
jdoerfert added a comment.
In D54498#1327869 <https://reviews.llvm.org/D54498#1327869>, @efriedma wrote:
> Does the ipcp transform need to check isThreadDependent() on the Constant?
Yes it does if it is a callback. Fixed and tested now. Thanks!
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54498/new/
https://reviews.llvm.org/D54498
More information about the llvm-commits
mailing list