[clang] [llvm] [Clang][AArch64] Implement widening FMMLA intrinsics (PR #165282)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 14:48:45 PST 2025


efriedma-quic wrote:

See https://reviews.llvm.org/D113439 for similar discussion we had for RISC-V intrinsics.  Basically the same issues apply here.  The end result was that the intrinsics were reworked into their current form: the intrinsics take the mode as an argument, and an MIR pass converts the mode operand into explicit instructions to set the mode.

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


More information about the llvm-commits mailing list