This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34868d785f1 [Hexagon] Enable interleaving in loop vectorizer new 487456c9c51 [ARM] Move machine operand target flags to ARMBaseInstrInfo new cab386f9087 [ARM] Avoid injecting constant islands in movw+movt pairs o [...]
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/ARMBaseInstrInfo.cpp | 28 + lib/Target/ARM/ARMBaseInstrInfo.h | 7 + lib/Target/ARM/ARMConstantIslandPass.cpp | 16 + lib/Target/ARM/ARMInstrInfo.cpp | 28 - lib/Target/ARM/ARMInstrInfo.h | 7 - test/CodeGen/ARM/constant-island-movwt.mir | 902 +++++++++++++++++++++++++++++ 6 files changed, 953 insertions(+), 35 deletions(-) create mode 100644 test/CodeGen/ARM/constant-island-movwt.mir