This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4c45b898f09 [ThinLTO] Compute GUID directly from GV when building per-m [...] new d411816d5c3 [gdb] Escape unprintable bytes in SmallString and StringRef new 60f122c15f7 foo new 0b6ddca1f37 [X86] Redefine avx512 packed fpclass intrinsics to return a [...]
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: include/llvm/IR/IntrinsicsX86.td | 18 +-- lib/IR/AutoUpgrade.cpp | 43 ++++++ lib/Target/X86/X86ISelLowering.cpp | 25 +-- test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll | 161 +++++++++++++++++++ test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 31 ++++ test/CodeGen/X86/avx512dq-intrinsics.ll | 20 ++- .../CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll | 171 +++++++++++++++++++++ test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 62 ++++++++ test/CodeGen/X86/avx512dqvl-intrinsics.ll | 43 ++++-- utils/gdb-scripts/prettyprinters.py | 12 +- 10 files changed, 523 insertions(+), 63 deletions(-) create mode 100644 test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll