This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 437ceb4 Add missing include. new a019a2c Revert r268760, it caused PR27670. new 93cbe6e [X86] Rename the X32_ADDR_ACCESS register class into LOW32_AD [...] new 72d2da5 [X86] Add a new LOW32_ADDR_ACCESS_RBP register class.
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/X86FixupBWInsts.cpp | 53 ----- lib/Target/X86/X86RegisterInfo.cpp | 13 +- lib/Target/X86/X86RegisterInfo.td | 20 +- test/CodeGen/X86/2011-06-14-PreschedRegalias.ll | 2 +- test/CodeGen/X86/anyext.ll | 2 +- test/CodeGen/X86/avx512-calling-conv.ll | 2 +- test/CodeGen/X86/avx512-mask-op.ll | 2 +- test/CodeGen/X86/avx512-select.ll | 4 +- test/CodeGen/X86/avx512dq-mask-op.ll | 2 +- test/CodeGen/X86/cmovcmov.ll | 6 +- test/CodeGen/X86/fixup-bw-copy.ll | 70 ------- test/CodeGen/X86/float-conv-elim.ll | 2 +- test/CodeGen/X86/machine-combiner-int.ll | 6 +- test/CodeGen/X86/opt-ext-uses.ll | 4 +- test/CodeGen/X86/pr23664.ll | 2 +- test/CodeGen/X86/vector-bitreverse.ll | 32 +-- test/CodeGen/X86/vector-idiv-sdiv-512.ll | 256 ++++++++++++------------ test/CodeGen/X86/vector-idiv-udiv-512.ll | 128 ++++++------ test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll | 6 +- test/CodeGen/X86/xaluo.ll | 4 +- 20 files changed, 255 insertions(+), 361 deletions(-) delete mode 100644 test/CodeGen/X86/fixup-bw-copy.ll