This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f9ce75bf183 [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219) new 10e6ee563a6 Patch in new 879f02b69ce Accidently merged an incomplete upstream patch in 10e6ee563 [...] new 6affa236cfc [globalisel][tablegen] Import stores and allow GISel to aut [...]
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 7 ++ .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 17 +++++ include/llvm/Target/Target.td | 6 ++ lib/Target/AArch64/AArch64InstrFormats.td | 17 +++++ lib/Target/AArch64/AArch64InstrInfo.td | 16 ++--- lib/Target/AArch64/AArch64RegisterInfo.td | 9 +++ test/CodeGen/AArch64/GlobalISel/select-store.mir | 28 ++++++++ utils/TableGen/GlobalISelEmitter.cpp | 80 +++++++++++++++++++++- 8 files changed, 171 insertions(+), 9 deletions(-)