[PATCH] D42981: [COST] Fix cost model of load instructions on X86
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 06:47:54 PST 2021
ABataev added a comment.
In D42981#2587624 <https://reviews.llvm.org/D42981#2587624>, @lebedev.ri wrote:
> (To be noted, i agree that the change makes sense, i'm just surprised of it's visible effect on the test cases)
I think this is fine. We lower the cost of scalar instructions and of course, it may affect/affects the vectorization. And this is good that the tests are affected by that. Or probably there is miscommunication and I just don't quite understand your concerns.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D42981/new/
https://reviews.llvm.org/D42981
More information about the llvm-commits
mailing list