This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d632f745eff llvm-reduce: Make tests shell-independent by passing the in [...] new e5fe899c4b5 [GlobalISel] Partially revert r371901. new 39a942df78a Revert r372035: "[lit] Make internal diff work in pipelines"
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 4 +- .../GlobalISel/legalize-phi-insertpt-decrement.mir | 99 +++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 2 +- utils/lit/lit/TestRunner.py | 224 +++++++++++++++++++- utils/lit/lit/builtin_commands/diff.py | 228 --------------------- .../lit/tests/Inputs/shtest-shell/diff-error-0.txt | 3 + utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt | 15 -- utils/lit/tests/shtest-shell.py | 47 ++--- 8 files changed, 343 insertions(+), 279 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-phi-insertpt-decrement.mir delete mode 100644 utils/lit/lit/builtin_commands/diff.py create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt