This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86bbf43 [globalisel] Change LLT constructor string into an LLT-based [...] new 227bb1a [X86] Add option to specify preferable loop alignment new 30bc56b [LV] Consider users that are memory accesses in uniforms expa [...] new 3ebefaf Make SmallPtrSet count and find able to take const PtrType's new 434e386 Add PointerLikeTypeTraits for const things, as long as there [...] new 05382af Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits
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/ADT/SmallPtrSet.h | 10 +++-- include/llvm/Support/PointerLikeTypeTraits.h | 14 ++++++ lib/Target/X86/X86ISelLowering.cpp | 10 ++++- lib/Transforms/Vectorize/LoopVectorize.cpp | 4 +- .../LoopVectorize/consecutive-ptr-uniforms.ll | 50 ++++++++++++++++++++++ unittests/ADT/SmallPtrSetTest.cpp | 33 ++++++++++++++ 6 files changed, 115 insertions(+), 6 deletions(-)