This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c7c10e4073 [MachineOutliner] Never add the outliner in -O0 new be2cdf90a35 Revert "[MachineOutliner] Never add the outliner in -O0" new 9bc4099b799 Revert "[MachineOutliner] Add always and never options to - [...] new abd5dd61fc9 [WebAssembly] Add getSetCCResultType placeholder override t [...] new 39d2c2868cb [llvm-mca] Delete Pipeline's copy ctor and assignement operator. new 93aa3932e77 [DAGCombiner] Ensure we use the correct CC result type in v [...]
The 5 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/SelectionDAG/DAGCombiner.cpp | 11 +++--- lib/CodeGen/TargetPassConfig.cpp | 17 +++------ lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 9 +++++ lib/Target/WebAssembly/WebAssemblyISelLowering.h | 3 ++ test/CodeGen/AArch64/machine-outliner-flags.ll | 42 ---------------------- test/CodeGen/Hexagon/sdiv-minsigned.ll | 14 ++++++++ test/CodeGen/X86/combine-sdiv.ll | 25 +++++++++---- tools/llvm-mca/Pipeline.h | 3 ++ 8 files changed, 58 insertions(+), 66 deletions(-) delete mode 100644 test/CodeGen/AArch64/machine-outliner-flags.ll create mode 100644 test/CodeGen/Hexagon/sdiv-minsigned.ll