This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b20b56 [PM] Add missing caching of GlobalsAA to EarlyCSE. new f716842 [SLPVectorizer] Handle GEP with differing constant index types new d36db42 [RegisterBankInfo] Add dump/print methods for OperandsMapper. new dd694f3 [RegisterBankInfo] Avoid code duplication in OperandsMapper f [...] new 1d9903f [RegBankSelect] Remove a debug print of a potentially dead in [...] new dd92905 [RegBankSelect] Print out the actual mapping of the 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/CodeGen/GlobalISel/RegisterBankInfo.h | 27 +++++++- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 5 +- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 80 +++++++++++++++++++--- lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- test/Transforms/SLPVectorizer/X86/gep_mismatch.ll | 22 ++++++ 5 files changed, 123 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/X86/gep_mismatch.ll