This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aefeecffdd7 [dsymutil] Ensure we're comparing time stamps with the same [...] new 3d1c516e81d [InstCombine] rearrange foldICmpWithDominatingICmp; NFC new 4c2adea438f MIR: Add method to stop after specific runs of passes
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: docs/MIRLangRef.rst | 5 ++ include/llvm/CodeGen/TargetPassConfig.h | 13 ++++ lib/CodeGen/TargetPassConfig.cpp | 46 ++++++++++--- lib/Transforms/InstCombine/InstCombineCompares.cpp | 78 +++++++++++++--------- .../Generic/llc-start-stop-instance-errors.ll | 4 ++ test/CodeGen/Generic/llc-start-stop-instance.ll | 50 ++++++++++++++ 6 files changed, 155 insertions(+), 41 deletions(-) create mode 100644 test/CodeGen/Generic/llc-start-stop-instance-errors.ll create mode 100644 test/CodeGen/Generic/llc-start-stop-instance.ll