This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bceed5cdaf6 [mips] Partially fix PR34391 new 66e957cb476 after fixing the i386 case new b41c27781db [x86] add tests for insertelement; NFC new d4f424c7168 [PowerPC] Add missing record form instructions to the P9 Sc [...]
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/PowerPC/P9InstrResources.td | 28 + lib/Target/PowerPC/PPCScheduleP9.td | 5 +- lib/Target/X86/X86ISelLowering.cpp | 4 +- test/CodeGen/X86/insert-into-constant-vector.ll | 1178 +++++++++++++++++++++++ 4 files changed, 1212 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/X86/insert-into-constant-vector.ll