This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6b8f75 Remove some code accidentally left in. new f5567ad AMDGPU: Basic folds for fmed3 intrinsic new 4b87fbf [MC] Implement the COFF directives in MCNullStreamer. new 3ee59b3 [SLP] Load sorting should not try to sort things that aren't loads.
The 3 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/IR/IRBuilder.h | 16 ++ include/llvm/IR/PatternMatch.h | 13 ++ lib/Analysis/LoopAccessAnalysis.cpp | 5 + lib/IR/IRBuilder.cpp | 8 + lib/MC/MCNullStreamer.cpp | 4 + lib/Transforms/InstCombine/InstCombineCalls.cpp | 76 +++++++++ test/Transforms/InstCombine/amdgcn-intrinsics.ll | 182 ++++++++++++++++++++++ test/Transforms/SLPVectorizer/X86/jumbled-same.ll | 43 +++++ 8 files changed, 347 insertions(+) create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-same.ll