This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ba555e4 [X86][AVX2] Regenerate and add 32-bit tests to core tests new 1ee8d60 [X86] Apply the Update LLC Test Checks tool on the rotate tests. new 9230bef [AVX-512] Fix a bug in getLargestLegalSuperClass where we inf [...] new 7e93344 [AVX-512] Add test case for PR30430 that I should have added [...]
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/X86RegisterInfo.cpp | 19 ++- test/CodeGen/X86/pr29112.ll | 64 ++++++++++- test/CodeGen/X86/pr30430.ll | 230 +++++++++++++++++++++++++++++++++++++ test/CodeGen/X86/rotate.ll | 142 ++++++++++++++++++++++- 4 files changed, 441 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/X86/pr30430.ll