Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
[RISCV] Key VectorIntrinsicCostTable by SEW [nfc-ish]
Browse files Browse the repository at this point in the history
Previously, we'd keyed the table by the vector type, but we were actually assigning the same cost for all the types with a common element type.  Unless we'd missed an entry, this means that effectively we were performing an SEW lookup.

Restructure the table to make this SEW dependence more explicit, and in the process greatly reduce the size of the table.
  • Loading branch information
preames committed Jan 19, 2024
1 parent f9da4c6 commit 8bf624a
Showing 1 changed file with 62 additions and 492 deletions.
Loading

0 comments on commit 8bf624a

Please sign in to comment.