This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4599584ea3d [NFC][Codegen] Add better test coverage for potential add/s [...] new 618cbae770b [FPEnv] Added a special UnrollVectorOp method to deal with [...] new 78762bc3800 [Docs] Modernize references to macOS new 802416b94f1 [NFC][Codegen] Potential add/sub constant folding: fixup no [...]
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/CMake.rst | 2 +- docs/CommandGuide/llvm-ar.rst | 4 +- docs/CompilerWriterInfo.rst | 4 +- docs/DebuggingJITedCode.rst | 2 +- docs/GettingStarted.rst | 8 +- docs/ProgrammersManual.rst | 4 +- docs/TestingGuide.rst | 2 +- docs/WritingAnLLVMPass.rst | 2 +- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 5 + lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 59 +- test/CodeGen/AArch64/addsub-constant-folding.ll | 20 +- .../SystemZ/vector-constrained-fp-intrinsics.ll | 6445 ++++++++++++++++++++ test/CodeGen/X86/addsub-constant-folding.ll | 38 +- 13 files changed, 6554 insertions(+), 41 deletions(-) create mode 100644 test/CodeGen/SystemZ/vector-constrained-fp-intrinsics.ll