[PATCH] D129476: [AArch64][SVE] Prefer SIMD&FP variant of clast[ab]

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 09:18:42 PDT 2022


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

Please update the comment, then LGTM



================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:801
+                                                      IntrinsicInst &II) {
+  // Replace scalar integer CLAST[AB] intrinsic with optimal SIMD&FP variant.
+  IRBuilder<> Builder(II.getContext());
----------------
Maybe put a bit of the explanation you just gave into a comment here, for reference.


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

https://reviews.llvm.org/D129476



More information about the cfe-commits mailing list