[PATCH] D108460: [AArch64] Lower fpto*i.sat intrinsics for NEON.

Jacob Bramley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 20 06:40:03 PDT 2021


jbramley added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:991
 
   static const TypeConversionCostTblEntry
   ConversionTbl[] = {
----------------
I omitted this suggestion, applying the [[ https://llvm.org/docs/CodingStandards.html#golden-rule | golden rule ]]. The 450 lines of diff made the actual change non-obvious (with default diff options), but I can include it if that's preferred.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108460



More information about the llvm-commits mailing list