This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 99290a64cc2 Previously if the user configured their build but then chan [...] new 6f4bd04ecc5 [ARM GlobalISel] Support G_GEP for Thumb2 new 24094aacfd2 [CGP] Add support for sinking operands to their users, if t [...]
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/CodeGen/TargetLowering.h | 10 + lib/CodeGen/CodeGenPrepare.cpp | 48 +++++ lib/Target/AArch64/AArch64ISelLowering.cpp | 107 ++++++++++ lib/Target/AArch64/AArch64ISelLowering.h | 3 + lib/Target/ARM/ARMInstructionSelector.cpp | 2 +- lib/Target/ARM/ARMLegalizerInfo.cpp | 4 +- .../ARM/GlobalISel/arm-legalize-load-store.mir | 27 +++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 27 --- .../ARM/GlobalISel/thumb-select-load-store.mir | 32 +++ .../AArch64/sink-free-instructions.ll | 236 +++++++++++++++++++++ 10 files changed, 466 insertions(+), 30 deletions(-) create mode 100644 test/Transforms/CodeGenPrepare/AArch64/sink-free-instructions.ll