[llvm] [LegalizeVectorOps][RISCV] Don't promote VP_FABS/FNEG/FCOPYSIGN. (PR #106659)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 09:55:41 PDT 2024


preames wrote:

Purely a side comment... If we knew we had NoNans from fastmath, we could promote.  However, we don't have that information in the opcode, and the resulting codegen from expansion seems better anyways.

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


More information about the llvm-commits mailing list