[llvm] [RISCV] Remove {s,u}int_to_fp custom op action for f16/bf16 (PR #111471)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 09:44:21 PDT 2024


topperc wrote:

> Since the affected test is for a type that will crash when lowering because it's > LMUL 8 and we don't split fixed length f16/bf16 vectors, I'm not too worried that the cost of it has increased.

Doesn't the type legalizer split them? Or do you mean we don't split before promoting?

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


More information about the llvm-commits mailing list