This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0fdbc978d7b [AArch64] Enable ARMv8.3-A pointer authentication new b872fbbb3dd [X86][DAG] Switch X86 Target to post-legalized store merge new dfe9b148cbc Improve handling of insert_subvector of bitcast values new 607da6dafc8 [cmake] Expose the dependencies of ExecutionEngine as PUBLIC
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/Target/TargetLowering.h | 3 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 35 ++++ .../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 3 +- lib/ExecutionEngine/CMakeLists.txt | 4 + lib/Target/X86/X86ISelLowering.cpp | 6 + lib/Target/X86/X86ISelLowering.h | 4 + test/CodeGen/X86/MergeConsecutiveStores.ll | 15 +- test/CodeGen/X86/bigstructret.ll | 7 +- test/CodeGen/X86/bitcast-i256.ll | 7 +- test/CodeGen/X86/constant-combines.ll | 3 +- test/CodeGen/X86/extract-store.ll | 78 +++++---- test/CodeGen/X86/fold-vector-sext-crash2.ll | 12 +- test/CodeGen/X86/legalize-shl-vec.ll | 26 ++- test/CodeGen/X86/merge-consecutive-loads-128.ll | 187 +++++++-------------- .../X86/merge-store-partially-alias-loads.ll | 4 +- test/CodeGen/X86/no-sse2-avg.ll | 18 +- test/CodeGen/X86/stdarg.ll | 3 +- test/CodeGen/X86/stores-merging.ll | 10 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 2 +- 19 files changed, 197 insertions(+), 230 deletions(-)