Issue 152461
Summary [Clang][X86] Replace __builtin_ia32_vfmaddps/d/h/bf16 for __builtin_elementwise_fma
Labels good first issue, backend:X86, clang:frontend, clang:headers
Assignees
Reporter RKSimon
    There doesn't appear to be any reason to have these when the generic __builtin_elementwise_fma is the same (and EmitX86BuiltinExpr just lowers to it directly).

A stretch goal would be to remove __builtin_ia32_vfmaddss/d (the old FMA4 intrinsics) as well.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to