This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d339d92e822 bpf: improve dead Defs check for XADD new b17832255a6 bpf: enable sub-register code-gen for XADD new 4c30f56d433 bpf: disassembler support for XADD under sub-register mode
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: lib/Target/BPF/BPFInstrInfo.td | 28 +++++++++++++++++++++---- lib/Target/BPF/BPFMIChecking.cpp | 4 +++- lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 3 ++- test/CodeGen/BPF/xadd.ll | 2 ++ test/CodeGen/BPF/xadd_legal.ll | 26 +++++++++++++++++++++++ test/MC/BPF/insn-unit.s | 3 ++- test/MC/BPF/load-store-32.s | 3 +++ 7 files changed, 62 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/BPF/xadd_legal.ll