This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bb5c0f6c915 [AArch64][GlobalISel] Select patterns which use shifted reg [...] new 4cb2ee528d3 Remove assert with tautological compare from XCOFFObjectWriter. new 6a813e0f3e0 [MemorySSA] Fix existing phis when inserting defs. new 2fac815faa4 [AArch64][GlobalISel] Select logical_imm32 and logical_imm6 [...]
The 3 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/Analysis/MemorySSAUpdater.cpp | 20 ++-- lib/MC/XCOFFObjectWriter.cpp | 1 - lib/Target/AArch64/AArch64InstrFormats.td | 5 + lib/Target/AArch64/AArch64InstructionSelector.cpp | 18 +++ test/Analysis/MemorySSA/PR43044.ll | 52 +++++++++ .../AArch64/GlobalISel/select-logical-imm.mir | 123 +++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/select-pr32733.mir | 6 +- .../AArch64/GlobalISel/select-scalar-shift-imm.mir | 8 +- 8 files changed, 217 insertions(+), 16 deletions(-) create mode 100644 test/Analysis/MemorySSA/PR43044.ll create mode 100644 test/CodeGen/AArch64/GlobalISel/select-logical-imm.mir