llvm-project
ed9f5c93 - [RISCV] Add the missing SEW search table field to vector FMA instructions (#175646)

Commit
24 days ago
[RISCV] Add the missing SEW search table field to vector FMA instructions (#175646) We split vector floating point FMA (pseudo) instructions' opcodes by SEW since c6b7944be4dfbb1fb35301c670812726845acaa7 , but forgot to populate their `SEW` field, which is used by various search tables. This results in incorrect pseudo instruction opcodes lookup -- and to a larger extent, incorrect scheduling class lookups -- in llvm-mca. This patch fixes such issue.
Author
Parents
Loading