[PATCH] D141846: [AArch64] Allow poison elements of fixed-vectors to be duplicated as a widened element

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 07:53:50 PST 2023


peterwaller-arm accepted this revision.
peterwaller-arm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:1452
+        continue;
+      else
+        return false;
----------------
Nit: else seems unnecessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141846



More information about the llvm-commits mailing list