This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3516b9f977a 2nd attempt at "fixing" amdgpu tests after r321575 new 15fedcb110f [X86] Cleanup store splitting in LowerTruncatingStore new 9e69c62b8f6 [X86] Fix a crash when returning a <1 x i1> value> new a17ce5745c8 [X86] Remove AND32ri8 from pattern for v1i1 load. new 82780d6df2f [X86] Remove patterns for load/store of vXi with bitcasts t [...] new 671e8a06dc2 [X86] Prevent combining (v8i1 (bitconvert (i8 load)))->(v8i [...]
The 5 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/X86ISelLowering.cpp | 21 +- lib/Target/X86/X86ISelLowering.h | 2 + lib/Target/X86/X86InstrAVX512.td | 23 +- test/CodeGen/X86/avx512-calling-conv.ll | 24 ++ test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 264 ++++++++------------- .../CodeGen/X86/bitcast-int-to-vector-bool-sext.ll | 12 +- .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 24 +- test/CodeGen/X86/bitcast-int-to-vector-bool.ll | 8 +- 8 files changed, 150 insertions(+), 228 deletions(-)