This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78303097dbe Re-land: Teach CorrelatedValuePropagation to reduce the wid [...] new 084dcd89dea [AMDGPU] Increased vector length for global/constant loads.
The 1 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/AMDGPU/AMDGPUTargetTransformInfo.cpp | 34 +++++++++++++++++++--- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 6 ++++ lib/Target/AMDGPU/SIISelLowering.cpp | 10 +++++-- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 12 ++++++-- test/CodeGen/AMDGPU/load-constant-f32.ll | 37 ++++++++++++++++++++++++ test/CodeGen/AMDGPU/load-constant-f64.ll | 33 +++++++++++++++++++++ test/CodeGen/AMDGPU/waitcnt-looptest.ll | 2 +- 7 files changed, 125 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/AMDGPU/load-constant-f32.ll