This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6d276fdd078 [InstSimplify] (X * Y) / Y --> X for relaxed floating-point ops new 6ceb7d83e65 [utils] De-duplicate utils/update_{llc_,}test_checks.py
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: .../llvm => utils/UpdateTestChecks}/__init__.py | 0 utils/UpdateTestChecks/asm.py | 199 +++++++++++++++ utils/UpdateTestChecks/common.py | 65 +++++ utils/update_llc_test_checks.py | 279 ++------------------- utils/update_test_checks.py | 86 ++----- 5 files changed, 296 insertions(+), 333 deletions(-) copy {bindings/python/llvm => utils/UpdateTestChecks}/__init__.py (100%) create mode 100644 utils/UpdateTestChecks/asm.py create mode 100644 utils/UpdateTestChecks/common.py