This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0795f27eac3 CrashHandler: be careful about crashing while handling new c0702618c0e Allow prefetching from non-zero address spaces new a5ece4ca130 [LOOPINFO] Introduce the loop guard API. Summary: This is t [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/LoopInfo.h | 34 +++++- include/llvm/IR/Intrinsics.td | 2 +- lib/Analysis/LoopInfo.cpp | 35 +++++++ lib/IR/AutoUpgrade.cpp | 13 +++ lib/Transforms/Scalar/LoopDataPrefetch.cpp | 4 +- test/Assembler/auto_upgrade_intrinsics.ll | 15 +++ test/Bitcode/compatibility-3.6.ll | 2 +- test/Bitcode/compatibility-3.7.ll | 2 +- test/Bitcode/compatibility-3.8.ll | 2 +- test/Bitcode/compatibility-3.9.ll | 8 +- test/Bitcode/compatibility-4.0.ll | 8 +- test/Bitcode/compatibility-5.0.ll | 12 +-- test/Bitcode/compatibility-6.0.ll | 12 +-- test/Bitcode/compatibility.ll | 6 +- test/Verifier/intrinsic-immarg.ll | 2 +- unittests/Analysis/LoopInfoTest.cpp | 163 ++++++++++++++++++----------- 16 files changed, 226 insertions(+), 94 deletions(-)