[PATCH] D64523: [SLPVectorizer] Fix getSpillCost() calculation
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 15:06:49 PDT 2019
vporpo added a comment.
No, there is no single BB. There can be more than one operand BBs that will have to be walked. For example, a TreeEntry in BB0 could have all its left operands in BB1 and all its right operands in BB2. In such case we would need to walk through both of them and perhaps keep the maximum cost? But anyway, given the lack of accuracy in the spill cost estimation I am not sure this is worth the trouble.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64523/new/
https://reviews.llvm.org/D64523
More information about the llvm-commits
mailing list