[PATCH] D88525: BPF: use Source instead of ILP scheduler for selection dag

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 00:00:01 PDT 2020


yonghong-song updated this revision to Diff 295182.
yonghong-song retitled this revision from "[RFC] BPF: use Source instead of ILP scheduler for selection dag" to "BPF: use Source instead of ILP scheduler for selection dag".
yonghong-song edited the summary of this revision.
yonghong-song added a comment.

removed RFC tag as bpf selftests are solved.
using setSchedulingPreference() instead of enableMachineScheduler() to limit the scope
Regarding previous reported failures for bpf selftest test_verif_scale3.o:

- current llvm-project master: processed 997315 insns
- enableMachineScheduler() processed 1005967 insns (hacked verifier to increase to permit 2M insns), resulted from more instructions due to enabled machine scheduling phase (and possibly additional regalloc functionality, not verified).
- setSchedulingPreference() processed 998991 insns
-


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88525/new/

https://reviews.llvm.org/D88525

Files:
  llvm/lib/Target/BPF/BPFISelLowering.cpp
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-1.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-2.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-1.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-1-bpfeb.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-1.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-1.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-1.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-2.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-1.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-2-bpfeb.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-2.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-global-3.ll
  llvm/test/CodeGen/BPF/intrinsics.ll
  llvm/test/CodeGen/BPF/lifetime.ll
  llvm/test/CodeGen/BPF/objdump_cond_op.ll
  llvm/test/CodeGen/BPF/objdump_intrinsics.ll
  llvm/test/CodeGen/BPF/objdump_nop.ll
  llvm/test/CodeGen/BPF/remove_truncate_3.ll
  llvm/test/CodeGen/BPF/rodata_5.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88525.295182.patch
Type: text/x-patch
Size: 21418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200930/5457000d/attachment.bin>


More information about the llvm-commits mailing list