[PATCH] D95291: [CostModel] Remove VF from IntrinsicCostAttributes

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 11:29:34 PST 2021


dmgreen added a comment.

Hello. Thanks for the report. Looks like there still a scalarization overhead that's assuming the VF still means something, but that doesn't hold for these matrix intrinsics!

Let me try and put together something to fix it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95291



More information about the llvm-commits mailing list