[PATCH] D155418: [RISCV] Add bf16 as a valid type for the FPR16 register class.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 16 22:52:18 PDT 2023


craig.topper added a comment.

In D155418#4504759 <https://reviews.llvm.org/D155418#4504759>, @joshua-arch1 wrote:

> Why are some patterns using FPR32 and FPR64 modified too?

Because they use the same classes in tablegen and I had to add a `ValueType` parameter to them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155418



More information about the llvm-commits mailing list