[PATCH] D118766: [CodeGen] Use the non-pointer LLT equivalent to check regclass type

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 02:23:04 PST 2022


lewis-revill added a comment.

In D118766#3308106 <https://reviews.llvm.org/D118766#3308106>, @arsenm wrote:

> Can you add a verifier test for this?
>
> The bridging between LLT and MVT is increasingly painful, we should probably start putting in the effort to move more infrastructure to directly using LLT

Sorry not quite sure what exactly a verifier test refers to. Do you mean an LLC test for the issue in RISC-V that exposed this or something else?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118766



More information about the llvm-commits mailing list