This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bac211dcaf [AMDGPU] Supress unused sdwa insts generation new 53ed4a35c62 [lit] Clean up internal diff's encoding handling new 9fd31ce525d CombinerHelper - silence dead assignment warnings. NFCI. new e65499709f2 [lit] Fix internal diff's --strip-trailing-cr and use it
The 3 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/CombinerHelper.cpp | 18 ++-- test/MC/ARM/preserve-comments-arm.s | 2 +- test/MC/AsmParser/preserve-comments.s | 2 +- test/tools/llvm-cxxmap/remap.test | 2 +- test/tools/llvm-profdata/profile-symbol-list.test | 2 +- test/tools/llvm-profdata/roundtrip.test | 10 +- test/tools/llvm-profdata/sample-remap.test | 2 +- utils/lit/lit/TestRunner.py | 57 +++++------ .../tests/Inputs/shtest-shell/diff-encodings.txt | 9 ++ utils/lit/tests/Inputs/shtest-shell/diff-in.bin | Bin 0 -> 26 bytes utils/lit/tests/Inputs/shtest-shell/diff-in.dos | 3 + utils/lit/tests/Inputs/shtest-shell/diff-in.unix | 3 + utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 | Bin 0 -> 24 bytes utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 | 3 + .../Inputs/shtest-shell/diff-strip-trailing-cr.txt | 10 ++ utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-shell.py | 108 ++++++++++++++++++++- 17 files changed, 178 insertions(+), 55 deletions(-) create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.bin create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.dos create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.unix create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt