Ignore loads from and stores to local memory (i.e. allocas)
when deciding whether to mark a function readnone/readonly. Since the pass is currently run before SROA, this may be quite helpful. Requested by Chris on IRC. llvm-svn: 57050
Loading
Please register or sign in to comment