This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ceb124 [CodeView] Implement support for thread-local variables new 407fc99 Fixed a bug in vectorizing GEP before gather/scatter intrinsic. new a268e97 [AVX512] Zero extend the result of vpcmpeq/vpcmpgt and simila [...]
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/IR/AutoUpgrade.cpp | 5 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 19 +- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 32 +++ .../Transforms/LoopVectorize/X86/gather_scatter.ll | 6 +- test/Transforms/LoopVectorize/X86/scatter_crash.ll | 218 +++++++++++++++++++++ 5 files changed, 267 insertions(+), 13 deletions(-) create mode 100755 test/Transforms/LoopVectorize/X86/scatter_crash.ll