[PATCH] D148068: [AArch64] Lower fused complex multiply-add intrinsic to AArch64::FCMA

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 00:15:58 PDT 2023


craig.topper added a comment.

In D148068#4260104 <https://reviews.llvm.org/D148068#4260104>, @nujaa wrote:

> git-clang-format is unhappy because of llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp formatting generates something like :
>
>   case ISD::FMA:                        return "fma";
>   case ISD::FCMA:
>     return "fcma";
>   case ISD::STRICT_FMA:                return "strict_fma";
>   case ISD::FMAD:                      return "fmad";
>
> Which does not follow the current formatting of the file. What do you suggest ?

Keep the existing formatting.


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

https://reviews.llvm.org/D148068



More information about the llvm-commits mailing list