This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 22b465abb41 Add a missing space in a MIR parser error message new 8de00d5b2d0 [docs] Remove training whitespaces. NFC new c1b1ba2da88 [ARM] Fix CTTZ not generating correct instructions MVE new 24b7308f7a1 [InstCombine] Tests for (a+b)<=a && (a+b)!=0 fold (PR43259)
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: docs/Frontend/PerformanceTips.rst | 254 ++++++++++----------- lib/Target/ARM/ARMISelLowering.cpp | 2 +- test/CodeGen/Thumb2/mve-cttz.ll | 42 +--- ...add-of-negative-is-non-zero-and-no-underflow.ll | 27 ++- ...egative-or-zero-is-non-zero-and-no-underflow.ll | 166 ++++++++++++++ 5 files changed, 329 insertions(+), 162 deletions(-) create mode 100644 test/Transforms/InstCombine/result-of-add-of-negative-or-zero-i [...]