[PATCH] D17279: [Sink] Don't move calls to readonly functions across stores
Nicolai Hähnle via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 09:16:46 PST 2016
nhaehnle added a comment.
Right, and none of these test an instruction against another instruction, or (which would be sufficient) a callsite against a callsite.
A different way to think about it is that there is no existing interface to get a list of MemoryLocations from a callsite.
http://reviews.llvm.org/D17279
More information about the llvm-commits
mailing list