This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d91ccf5 [AVX-512] Promote 512-bit integer loads to v8i64 similar to w [...] new 9c53423 [Debug Info] Added a LIT test that covers the fix committed i [...] new ac9ca3b Avoid false dependencies of undef machine operands
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: lib/CodeGen/ExecutionDepsFix.cpp | 53 ++++++ lib/Target/X86/X86InstrInfo.cpp | 2 +- test/CodeGen/X86/avx512-cvt.ll | 61 +++--- test/CodeGen/X86/break-false-dep.ll | 72 ++++++- test/CodeGen/X86/copy-propagation.ll | 3 +- test/CodeGen/X86/half.ll | 2 +- test/CodeGen/X86/sse-fsignum.ll | 18 +- test/CodeGen/X86/vec_int_to_fp.ll | 352 ++++++++++++++++------------------- test/DebugInfo/macro_link.ll | 30 +++ 9 files changed, 350 insertions(+), 243 deletions(-) create mode 100644 test/DebugInfo/macro_link.ll