This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a481451 Revert "Add llvm::enumerate() to STLExtras." new 381c640 [Diag] Use non-static member initializer for IsVerbose. NFC new 858cc93 [LAA, LV] Port to new streaming interface for opt remarks. U [...] new df7724a [AArch64][RegisterBankInfo] Check the statically created Valu [...] new a7badfe [AArch64][RegisterBankInfo] Add static value mapping for 3-op [...] new 070df39 [AArch64][RegisterBankInfo] Use static mapping for 3-operands [...]
The 5 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/LoopAccessAnalysis.h | 8 +- include/llvm/IR/DiagnosticInfo.h | 36 ++++++++- lib/Analysis/LoopAccessAnalysis.cpp | 62 +++++++++------ lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 23 +++++- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 93 +++++++++++++++++++++++ lib/Transforms/Vectorize/LoopVectorize.cpp | 9 ++- 6 files changed, 196 insertions(+), 35 deletions(-)