This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c19248 [X86] Disable FixupSetCC for CodeGenOpt::None new 87c883d Add TLI.allowsMisalignedMemoryAccesses to LoadStoreVectorizer new 7228de8 fix documentation comments; NFC
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: include/llvm/Analysis/TargetTransformInfo.h | 14 ++++++ include/llvm/Analysis/TargetTransformInfoImpl.h | 5 ++ include/llvm/CodeGen/BasicTTIImpl.h | 5 ++ include/llvm/CodeGen/ISDOpcodes.h | 46 ++++++++--------- include/llvm/CodeGen/SelectionDAG.h | 36 +++++++------- lib/Analysis/TargetTransformInfo.cpp | 8 +++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 49 +++--------------- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 58 +++++++++++++--------- .../LoadStoreVectorizer/AMDGPU/merge-stores.ll | 19 ++----- 9 files changed, 117 insertions(+), 123 deletions(-)