This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d1bf46631c6 [WebAssembly] Remove duplicated RTLIB names new 3df0e396727 GlobalISel: Make MachineCSE runnable in the middle of the G [...] new 7e523c1287d Make GlobalValues with non-default visibilility dso_local.
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/CodeGen/GlobalISel/RegisterBankInfo.h | 2 + include/llvm/CodeGen/MachineRegisterInfo.h | 30 +++- include/llvm/IR/GlobalValue.h | 2 + lib/CodeGen/MachineCSE.cpp | 13 +- lib/CodeGen/MachineRegisterInfo.cpp | 57 ++++++- lib/IR/AsmWriter.cpp | 7 +- lib/IR/Verifier.cpp | 4 + test/Bitcode/dso_location.ll | 16 +- .../GlobalISel/machine-cse-mid-pipeline.mir | 181 +++++++++++++++++++++ test/Linker/funcimport.ll | 18 +- test/Other/extract.ll | 4 +- test/ThinLTO/X86/export.ll | 4 +- test/ThinLTO/X86/funcimport.ll | 10 +- test/ThinLTO/X86/local_name_conflict.ll | 4 +- test/ThinLTO/X86/referenced_by_constant.ll | 8 +- test/Transforms/FunctionImport/funcimport.ll | 8 +- test/Transforms/ThinLTOBitcodeWriter/comdat.ll | 8 +- .../ThinLTOBitcodeWriter/split-internal1.ll | 4 +- .../ThinLTOBitcodeWriter/split-internal2.ll | 4 +- .../ThinLTOBitcodeWriter/split-vfunc-internal.ll | 8 +- .../WholeProgramDevirt/export-single-impl.ll | 4 +- test/tools/gold/X86/emit-llvm.ll | 4 +- test/tools/gold/X86/thinlto_linkonceresolution.ll | 2 +- test/tools/llvm-split/internal.ll | 4 +- test/tools/llvm-split/unnamed.ll | 8 +- 25 files changed, 336 insertions(+), 78 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/machine-cse-mid-pipeline.mir