[PATCH] D138427: [CostModel][X86] Fix permute latency cost

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 00:17:43 PST 2022


RKSimon requested changes to this revision.
RKSimon added a comment.
This revision now requires changes to proceed.

we don't yet have codesize/latency/sizelatency variants of the shuffle cost tests - these need adding first - it should be as simple as copying the core analysis/costmodel/x86/shuffle-* test files and testing for each cost kind (look at something like the arith-int* files for reference)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138427



More information about the llvm-commits mailing list