"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "47be980aec78d7a65c3acfd21df6e46ec2f16850"
[BasicAA] Guard intrinsics don't write to memory
Summary: The idea is very close to what we do for assume intrinsics: we mark the guard intrinsics as writing to arbitrary memory to maintain control dependence, but under the covers we teach AA that they do not mod any particular memory location. Reviewers: chandlerc, hfinkel, gbiv, reames Subscribers: george.burgess.iv, mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D19575 llvm-svn: 269007
Loading
Please register or sign in to comment