This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9728cbe Cleanup : Reformat PartialInliner.cpp to have current LLVM st [...] new 4631a8f [AVX512] Cleanup FMA operand order in patterns to match the V [...] new f7a9781 [AVX512] Add some additional patterns so that we can fold bro [...] new 70e4702 [AVX512] Add load folding support for the unmasked forms of t [...]
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/Target/X86/X86InstrAVX512.td | 159 +++++++++------- lib/Target/X86/X86InstrInfo.cpp | 144 +++++++++++++++ test/CodeGen/X86/avx512-fma-intrinsics.ll | 198 ++++++++++---------- test/CodeGen/X86/avx512-fma.ll | 9 +- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 296 +++++++++++++++--------------- test/CodeGen/X86/fma_patterns.ll | 6 +- test/CodeGen/X86/fma_patterns_wide.ll | 6 +- 7 files changed, 505 insertions(+), 313 deletions(-)