"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "9e84eb41f6fa44a7b9767af21797224ef06a1f64"
Fix AAResults::callCapturesBefore for operand bundles
Summary: AAResults::callCapturesBefore would previously ignore operand bundles. It was possible for a later instruction to miss its memory dependency on a call site that would only access the pointer through a bundle. Patch by Oscar Blumberg! Reviewers: sanjoy Differential Revision: http://reviews.llvm.org/D21286 llvm-svn: 272580
Loading
Please register or sign in to comment