This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ebc14ff [lit] Allow boolean expressions in REQUIRES and XFAIL and UNS [...] new e29e65e [SLP] Refactoring of HorizontalReduction class, NFC. new 288f422 Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL [...]
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/TestingGuide.rst | 64 +++--- lib/Transforms/Vectorize/SLPVectorizer.cpp | 54 ++--- utils/lit/lit/BooleanExpression.py | 251 --------------------- utils/lit/lit/Test.py | 118 ++-------- utils/lit/lit/TestRunner.py | 156 +++++-------- .../Inputs/shtest-format/requires-any-missing.txt | 2 + .../Inputs/shtest-format/requires-any-present.txt | 2 + .../tests/Inputs/shtest-format/requires-any.txt | 3 - .../Inputs/shtest-format/requires-missing.txt | 7 +- .../Inputs/shtest-format/requires-present.txt | 4 +- .../tests/Inputs/shtest-format/requires-star.txt | 3 - .../tests/Inputs/shtest-format/requires-triple.txt | 3 - .../shtest-format/unsupported-expr-false.txt | 9 - .../Inputs/shtest-format/unsupported-expr-true.txt | 4 - .../Inputs/shtest-format/unsupported-star.txt | 3 - .../Inputs/shtest-format/xfail-expr-false.txt | 3 - .../tests/Inputs/shtest-format/xfail-expr-true.txt | 4 - utils/lit/tests/boolean-parsing.py | 4 - utils/lit/tests/shtest-format.py | 19 +- utils/lit/tests/unit/TestRunner.py | 65 ------ 20 files changed, 137 insertions(+), 641 deletions(-) delete mode 100644 utils/lit/lit/BooleanExpression.py create mode 100644 utils/lit/tests/Inputs/shtest-format/requires-any-missing.txt create mode 100644 utils/lit/tests/Inputs/shtest-format/requires-any-present.txt delete mode 100644 utils/lit/tests/Inputs/shtest-format/requires-any.txt delete mode 100644 utils/lit/tests/Inputs/shtest-format/requires-star.txt delete mode 100644 utils/lit/tests/Inputs/shtest-format/requires-triple.txt delete mode 100644 utils/lit/tests/Inputs/shtest-format/unsupported-expr-false.txt delete mode 100644 utils/lit/tests/Inputs/shtest-format/unsupported-expr-true.txt delete mode 100644 utils/lit/tests/Inputs/shtest-format/unsupported-star.txt delete mode 100644 utils/lit/tests/Inputs/shtest-format/xfail-expr-false.txt delete mode 100644 utils/lit/tests/Inputs/shtest-format/xfail-expr-true.txt delete mode 100644 utils/lit/tests/boolean-parsing.py