[PATCH] D54318: [WIP][llvm-exegesis] Add support for memory instructions in latency mode.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 21 00:12:58 PST 2019
courbet added a comment.
In D54318#1363448 <https://reviews.llvm.org/D54318#1363448>, @lebedev.ri wrote:
> Is something like this still planned?
> Looks like this 'kinda' stalled.
We have not had time to work on that recently, but it's something we want to have eventually. The reason why I did not submit this is that "this only supports instructions that touch memory without being serial": it's a bit restrictive, I'd like to do better than that to avoid giving misleading results when this assumption is not met (we should at least detect it).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54318/new/
https://reviews.llvm.org/D54318
More information about the llvm-commits
mailing list