[PATCH] D53373: [CodeMetrics] Don't let extends of i1 be free.
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 20 00:06:22 PST 2018
jonpa added a comment.
In https://reviews.llvm.org/D53373#1303836, @lebedev.ri wrote:
> Tests?
I first made a test for this using the loop-unroller, but then I realized that I could not find any other tests for getUserCost(), so I removed it again, since it was a bit hacky. See the first version under 'History'. Should I put it back, or is there a better way?
https://reviews.llvm.org/D53373
More information about the llvm-commits
mailing list