This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee874d9658f [Remarks] Add cl::Hidden to -remarks-yaml-string-table new e90a51722f8 [PatternMatch] Generalize m_SpecificInt_ULT() to take ICmpI [...] new 5cf57efaf1d AMDGPU: Serialize mode from MachineFunctionInfo
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/IR/PatternMatch.h | 44 ++- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 3 + lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 +- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 27 ++ lib/Transforms/InstCombine/InstCombineCompares.cpp | 3 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 3 +- test/CodeGen/AMDGPU/omod-nsz-flag.mir | 24 +- .../MIR/AMDGPU/machine-function-info-no-ir.mir | 29 ++ test/CodeGen/MIR/AMDGPU/machine-function-info.ll | 40 +++ unittests/IR/PatternMatch.cpp | 387 ++++++++++++++++++++- 10 files changed, 527 insertions(+), 36 deletions(-)