[llvm] [MVT][TableGen] Extend Machine Value Type to `uint16_t` (PR #99657)

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 05:44:17 PDT 2024


4vtomat wrote:

> Another NOTE: after this patch, we should reorder the MVT values and move top-128-uses MVTs ahead to reduce MatcherTable size.

You are right, maybe we need to collect some data and see what the order should be.

https://github.com/llvm/llvm-project/pull/99657


More information about the llvm-commits mailing list