[PATCH] D28394: [AliasAnalysis] Limit `MemoryLocation` retrieval to valid intrinsic arguments.
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 06:04:37 PST 2017
hfinkel added a comment.
I don't think this is the right solution to this problem. Instead, how about making sure these arguments are tagged with the readnone attribute and then teach AA to ignore those arguments?
Repository:
rL LLVM
https://reviews.llvm.org/D28394
More information about the llvm-commits
mailing list