This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c1359c9 MachinePipeliner pass that implements Swing Modulo Scheduling new c9b195c [GlobalISel] Add LLT raw_ostream operator<< overload. new 8d4e8d2 [AArch64][GlobalISel] Select G_LOAD/G_STORE. new d8a8826 [GlobalISel] Add G_XOR. new a4174a2 [AArch64][GlobalISel] Select G_XOR.
The 4 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/LowLevelType.h | 5 + include/llvm/Target/GenericOpcodes.td | 8 ++ include/llvm/Target/TargetOpcodes.def | 3 + lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 + lib/CodeGen/GlobalISel/InstructionSelector.cpp | 8 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 61 ++++++++ .../AArch64/GlobalISel/arm64-instructionselect.mir | 157 +++++++++++++++++++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 23 +++ 8 files changed, 265 insertions(+), 2 deletions(-)