This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 848abc34f51 Add slbfee instruction. new 592ca89b48c [X86] Restore the pavg intrinsics. new f944830706c [CommandLineParser] Add DefaultOption flag
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/CommandLine.rst | 10 +++ include/llvm/IR/IntrinsicsX86.td | 18 ++++ include/llvm/Support/CommandLine.h | 13 ++- lib/IR/AutoUpgrade.cpp | 36 ++++---- lib/Support/CommandLine.cpp | 50 +++++++++-- lib/Target/X86/X86IntrinsicsInfo.h | 6 ++ test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 16 +--- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 20 ----- test/CodeGen/X86/avx2-intrinsics-x86.ll | 32 ++++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 52 ++++++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 105 ++++++++++++++++++++++++ test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 38 ++------- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 40 --------- test/CodeGen/X86/sse2-intrinsics-x86.ll | 42 ++++++++++ test/Support/check-default-options.txt | 18 ++++ tools/llvm-opt-report/OptReport.cpp | 7 -- unittests/Support/CommandLineTest.cpp | 62 ++++++++++++++ 17 files changed, 425 insertions(+), 140 deletions(-) create mode 100644 test/Support/check-default-options.txt