[PATCH] D49775: [MCA] Avoid an InstrDesc copy in mca::LSUnit::reserve.
Owen Rodley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 25 17:21:11 PDT 2018
orodley added a comment.
@mattd
Yep, it was through profiling. I've been working on a new scheduler using MCA, as Clement alluded to in https://bugs.llvm.org/show_bug.cgi?id=37696.
`mca::Pipeline::run` ends up being the hot part, and this was a simple, easily upstreamable 5% improvement within that :)
Repository:
rL LLVM
https://reviews.llvm.org/D49775
More information about the llvm-commits
mailing list