This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c856889 [X86][SSE] Improve extraction of elements from v16i8 (pre-SSE41) new dc5289b [AVX-512] Remove unused field in X86VectorVTInfo tablegen class. new a168e94 [AVX-512] Add test case for PR32241. Fix coming in another commit. new 2e124a6 [AVX-512] Fix a bad use of a high GR8 register after copying [...]
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: lib/Target/X86/X86FastISel.cpp | 11 +++++ lib/Target/X86/X86InstrAVX512.td | 7 --- lib/Target/X86/X86InstrInfo.cpp | 2 + test/CodeGen/X86/pr32241.ll | 103 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 116 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/X86/pr32241.ll