[PATCH] D88525: BPF: use Source instead of ILP scheduler for selection dag
Alexei Starovoitov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 14:05:00 PDT 2020
ast added a comment.
looks like x86 64-bit is ILP, so it's not niche.
Looks like Source gets the least amount of testing (judging by archs that use it).
RegPressure is probably 2nd most used after ILP.
It feels that we should fix it inside ILP instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88525/new/
https://reviews.llvm.org/D88525
More information about the llvm-commits
mailing list