[PATCH] D21318: GlobalsAA: Functions with the argmemonly attribute won't read arbitrary globals
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 20:22:49 PDT 2016
eli.friedman added a subscriber: eli.friedman.
eli.friedman added a comment.
For the testcase, maybe try passing "-disable-basicaa"? Or maybe come up with something BasicAA can't analyze, like a call to a function which calls an argmemonly function.
http://reviews.llvm.org/D21318
More information about the llvm-commits
mailing list