This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9454ffe572e AMDGPU: Fix broken check lines in test new 38dc71ca1e1 [Power9]Legalize and emit code for truncate and convert QP [...] new 34e0b6a1d63 [AMDGPU] Provide machine -> name mapping new 3ce25b339f5 [LV] Fix for PR37248, Broadcast codegen incorrectly assumed [...]
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: .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 118 ++++---- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 3 + lib/Target/PowerPC/PPCInstrVSX.td | 16 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 12 +- test/CodeGen/PowerPC/f128-truncateNconv.ll | 310 +++++++++++++++++++++ test/Transforms/LoopVectorize/pr37248.ll | 42 +++ 6 files changed, 443 insertions(+), 58 deletions(-) create mode 100644 test/Transforms/LoopVectorize/pr37248.ll