This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93744b32bba [ARM] Select MVE add and sub new 6189e4972d1 [HardwareLoops] Loop counter guard intrinsic
The 1 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/TargetTransformInfo.h | 3 + include/llvm/IR/Intrinsics.td | 6 + lib/CodeGen/HardwareLoops.cpp | 121 +++++++- test/Transforms/HardwareLoops/loop-guards.ll | 339 +++++++++++++++++++++ test/Transforms/HardwareLoops/scalar-while.ll | 96 ++++++ .../HardwareLoops/unconditional-latch.ll | 75 ++--- 6 files changed, 589 insertions(+), 51 deletions(-) create mode 100644 test/Transforms/HardwareLoops/loop-guards.ll