[PATCH] D90554: [CostModel] remove cost-kind predicate for intrinsics in basic TTI implementation
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 11:34:21 PST 2020
spatel added a comment.
In D90554#2373964 <https://reviews.llvm.org/D90554#2373964>, @spatel wrote:
> Rebased after other cost model fixes - D90597 <https://reviews.llvm.org/D90597>, D90681 <https://reviews.llvm.org/D90681>, D90692 <https://reviews.llvm.org/D90692>
>
> I'm still not sure what to make of the ARM diffs, but we probably should make a change to cmp/sel costs either before or after this patch.
Proposal for the ARM change is here: D90781 <https://reviews.llvm.org/D90781>
If we do want to make that change, I can update/rebase this patch to depend on that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90554/new/
https://reviews.llvm.org/D90554
More information about the llvm-commits
mailing list