This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 227b764 Revert r277178, the actual change had already been applied new 83fd8fe [Hexagon] Testcase for not merging stores into a misaligned store new 57c3cc8 GlobalISel: add generic conditional branch.
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/GlobalISel/MachineIRBuilder.h | 11 ++++++ include/llvm/Target/GenericOpcodes.td | 10 +++++ include/llvm/Target/TargetOpcodes.def | 3 ++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 19 ++++++--- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 8 +++- .../AArch64/GlobalISel/arm64-irtranslator.ll | 31 +++++++++++++++ .../misaligned_double_vector_store_not_fast.ll | 46 ++++++++++++++++++++++ 7 files changed, 121 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll