This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f4d1201 [AArch64] allow and-not-compare transform to form 'bics' new f09dc03 [X86][AVX512DQVL] Improved testing of vcvtqq2ps/vcvtuqq2ps im [...] new ae45a93 [GVN] Basic optimization remark support new 68d9b14 [X86][AVX512VL] Improved testing of vcvtpd2ps, vcvtpd2dq/vcvt [...]
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/DiagnosticInfo.h | 1 + include/llvm/Transforms/Scalar/GVN.h | 4 ++- lib/IR/DiagnosticInfo.cpp | 6 ++++ lib/Transforms/Scalar/GVN.cpp | 23 ++++++++++-- test/CodeGen/X86/avx512dqvl-intrinsics.ll | 22 +++++++----- test/CodeGen/X86/avx512vl-intrinsics.ll | 55 +++++++++++++++++----------- test/Transforms/GVN/opt-remarks.ll | 59 +++++++++++++++++++++++++++++++ 7 files changed, 138 insertions(+), 32 deletions(-) create mode 100644 test/Transforms/GVN/opt-remarks.ll