[PATCH] D36896: [TargetTransformInfo] Call target getMemoryOpCost for LoadInst from getUserCost
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 19 00:39:32 PDT 2017
chandlerc added a comment.
This will change *lots* of different things from the vectorizer to the inliner.
1. It needs thorough benchmarking to tease out any performance shift.
2. It should be accompanied by some motivating test cases where this changes the behavior of an LLVM pass.
https://reviews.llvm.org/D36896
More information about the llvm-commits
mailing list