This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 80391898760 [ARM] Don't pretend we know how to generate MVE VLDn new bee49634680 [X86] Add test case for future MULFIX DAG combine folds. NFC new 82ac5f46ffe [DAGCombiner] Add simple folds for SMULFIX/UMULFIX/SMULFIXSAT new ef8ee042b22 Revert [CodeGen] Do the Simple Early Return in block-placem [...]
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: lib/CodeGen/MachineBlockPlacement.cpp | 37 --------- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 27 +++++++ test/CodeGen/PowerPC/block-placement.mir | 12 ++- test/CodeGen/X86/mulfix_combine.ll | 118 +++++++++++++++++++++++++++++ test/CodeGen/X86/vector-mulfix-legalize.ll | 110 ++++++++++++--------------- 5 files changed, 201 insertions(+), 103 deletions(-) create mode 100644 test/CodeGen/X86/mulfix_combine.ll