This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 903a962 Go binding: Add GetCurrentDebugLocation to obtain debug locat [...] new 1fcb6de [Scalarizer] Handle scalar arguments in vector GEP new dbf64c9 [APInt] Add unittests that demonstrate how very broken APIntO [...]
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: lib/Transforms/Scalar/Scalarizer.cpp | 19 ++++- test/Transforms/Scalarizer/vector-gep.ll | 122 +++++++++++++++++++++++++++++++ unittests/ADT/APIntTest.cpp | 25 +++++++ 3 files changed, 163 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/Scalarizer/vector-gep.ll