This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fe9eec3d85 llvm-undname: Fix oss-fuzz-foudn crash-on-invalid with inco [...] new 3d4f91d8d07 [GlobalISel] Introduce a CSEConfigBase class to allow targe [...]
The 1 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/CSEConfigBase.h | 28 ++++++++++++++++++++++++ include/llvm/CodeGen/GlobalISel/CSEInfo.h | 34 +++++++++++++++++------------ include/llvm/CodeGen/TargetPassConfig.h | 4 ++++ lib/CodeGen/GlobalISel/CSEInfo.cpp | 20 +++++++++++++---- lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 +-- lib/CodeGen/GlobalISel/Legalizer.cpp | 3 +-- lib/CodeGen/TargetPassConfig.cpp | 5 +++++ lib/Target/AArch64/AArch64TargetMachine.cpp | 7 ++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 +++++ lib/Target/ARM/ARMTargetMachine.cpp | 6 +++++ lib/Target/Mips/MipsTargetMachine.cpp | 6 +++++ lib/Target/X86/X86TargetMachine.cpp | 6 +++++ unittests/CodeGen/GlobalISel/CSETest.cpp | 2 +- 13 files changed, 107 insertions(+), 23 deletions(-) create mode 100644 include/llvm/CodeGen/CSEConfigBase.h