[PATCH] D90554: [CostModel] remove cost-kind predicate for intrinsics in basic TTI implementation

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 05:25:22 PST 2020


dmgreen added a comment.

What a glorious mess. I noticed this seemed to be exposing some changes from target independent intrinsics getting different costs than before.  D90597 <https://reviews.llvm.org/D90597> is an attempt to fix that by making them all cheap (but it's hard to tell if it's in exactly the right part of this maze).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90554/new/

https://reviews.llvm.org/D90554



More information about the llvm-commits mailing list