[PATCH] D70108: [TTI] Added TTI pass queries for max load/store-per-memory-intrinsic.
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 05:14:33 PST 2020
nemanjai added a comment.
I realize that without any uses of these functions, we can't really add a test case. However, can we at least get a description of why this is useful in the middle end if this patch won't add any users of these functions?
Generally, I am a bit apprehensive about adding functions without callers if we don't have a clear roadmap to when/how these will be used.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70108/new/
https://reviews.llvm.org/D70108
More information about the llvm-commits
mailing list