This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ee5459 Get GlobalISel to build on Linux after r286407 new 6ad6c51 [PowerPC] Implement BE VSX load/store builtins - llvm portion. new 75d0099 [LoopVectorizer] When estimating reg usage, unused insts may [...]
The 2 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: include/llvm/IR/IntrinsicsPowerPC.td | 9 +- lib/Target/PowerPC/PPCISelLowering.cpp | 8 ++ lib/Target/PowerPC/PPCInstrVSX.td | 7 ++ lib/Transforms/Vectorize/LoopVectorize.cpp | 7 +- test/CodeGen/PowerPC/vsx.ll | 48 ++++++++ .../LoopVectorize/X86/reg-usage-debug.ll | 134 +++++++++++++++++++++ test/Transforms/LoopVectorize/X86/reg-usage.ll | 2 +- 7 files changed, 210 insertions(+), 5 deletions(-) create mode 100644 test/Transforms/LoopVectorize/X86/reg-usage-debug.ll