This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ecc1fc MCInstrDesc: this fixes an issue setting/getting member Flags [...] new b50cea7 [ARM] Promote small global constants to constant pools new be3fec6 [LV] Process pointer IVs with PHINodes in collectLoopUniforms
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: lib/Target/ARM/ARMAsmPrinter.cpp | 13 ++ lib/Target/ARM/ARMAsmPrinter.h | 9 +- lib/Target/ARM/ARMISelLowering.cpp | 111 ++++++++++++++ lib/Target/ARM/ARMMachineFunctionInfo.h | 13 ++ lib/Transforms/Vectorize/LoopVectorize.cpp | 26 +++- test/CodeGen/ARM/constantpool-promote.ll | 109 +++++++++++++ .../LoopVectorize/consecutive-ptr-uniforms.ll | 169 +++++++++++++++++++++ 7 files changed, 445 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/ARM/constantpool-promote.ll