This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b7d28825666 [DivRemPairs] Add srem-of-srem tests (PR42823, D65298, D65451) new f3c49f9bdb1 AMDGPU: Avoid emitting "true" predicates new 02182a57657 [LoopFusion] Extend use of OptimizationRemarkEmitter
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/Target/AMDGPU/AMDGPUInstructions.td | 2 +- lib/Transforms/Scalar/LoopFuse.cpp | 180 +++++++----- test/Transforms/LoopFusion/diagnostics_analysis.ll | 130 +++++++++ test/Transforms/LoopFusion/diagnostics_missed.ll | 301 +++++++++++++++++++++ utils/TableGen/CodeGenDAGPatterns.cpp | 6 +- utils/TableGen/CodeGenDAGPatterns.h | 3 + utils/TableGen/GlobalISelEmitter.cpp | 2 +- utils/TableGen/SubtargetFeatureInfo.cpp | 8 +- 8 files changed, 554 insertions(+), 78 deletions(-) create mode 100644 test/Transforms/LoopFusion/diagnostics_analysis.ll create mode 100644 test/Transforms/LoopFusion/diagnostics_missed.ll