This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 27b9512501c [mips] Place certain 64 bit FPU instructions in their own d [...] new f7ceddc7e61 Re-land "[MergeICmps] Disable mergeicmps if the target does [...] new 0e8a63e67fb [LV] Fix PR34711 - widen instruction ranges when sinking casts
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/MergeICmps.cpp | 35 +++++++--- lib/Transforms/Vectorize/LoopVectorize.cpp | 45 ++++++------ .../LoopVectorize/first-order-recurrence.ll | 49 +++++++++++++ .../MergeICmps}/X86/lit.local.cfg | 0 .../MergeICmps/{ => X86}/pair-int32-int32.ll | 60 ++++++++-------- .../MergeICmps/{ => X86}/tuple-four-int8.ll | 39 ++++++++--- test/Transforms/MergeICmps/X86/volatile.ll | 48 +++++++++++++ test/Transforms/MergeICmps/pair-int32-int32.ll | 81 ++++++++++++---------- test/Transforms/MergeICmps/volatile.ll | 30 -------- 9 files changed, 249 insertions(+), 138 deletions(-) copy test/{Analysis/CostModel => Transforms/MergeICmps}/X86/lit.local.cfg (100%) copy test/Transforms/MergeICmps/{ => X86}/pair-int32-int32.ll (53%) rename test/Transforms/MergeICmps/{ => X86}/tuple-four-int8.ll (57%) create mode 100644 test/Transforms/MergeICmps/X86/volatile.ll delete mode 100644 test/Transforms/MergeICmps/volatile.ll