This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d45b450a968 [X86][AVX512] Cleanup VPCMP scheduler classes new f071b970e46 [X86][AVX512] Tag VPCMP/VPCMPU instruction scheduler classes new b8aa60d240c [InstCombine] Don't crash on out of bounds shifts
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/Analysis/ValueTracking.cpp | 30 +++--- lib/Target/X86/X86InstrAVX512.td | 102 ++++++++++++--------- test/CodeGen/X86/avx512-schedule.ll | 86 ++++++++--------- .../InstCombine/out-of-bounds-indexes.ll | 33 +++++++ 4 files changed, 153 insertions(+), 98 deletions(-) create mode 100644 test/Transforms/InstCombine/out-of-bounds-indexes.ll