This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 261e479ae9e [GlobalMerge] Handle llvm.compiler.used correctly. new 596b78875d4 bpf: new option -bpf-expand-memcpy-in-order to expand memcp [...]
The 1 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/BPFISelLowering.cpp | 73 ++++++++++++- lib/Target/BPF/BPFISelLowering.h | 8 +- lib/Target/BPF/BPFInstrInfo.cpp | 77 ++++++++++++++ lib/Target/BPF/BPFInstrInfo.h | 5 + lib/Target/BPF/BPFInstrInfo.td | 15 +++ lib/Target/BPF/BPFSelectionDAGInfo.cpp | 43 ++++++++ .../BPFSelectionDAGInfo.h} | 15 +-- lib/Target/BPF/BPFSubtarget.h | 5 +- lib/Target/BPF/CMakeLists.txt | 1 + test/CodeGen/BPF/memcpy-expand-in-order.ll | 116 +++++++++++++++++++++ 10 files changed, 343 insertions(+), 15 deletions(-) create mode 100644 lib/Target/BPF/BPFSelectionDAGInfo.cpp copy lib/Target/{Hexagon/HexagonSelectionDAGInfo.h => BPF/BPFSelectionDAGInfo.h} (70%) create mode 100644 test/CodeGen/BPF/memcpy-expand-in-order.ll