[PATCH] D75601: [AArch64][SVE] Add intrinsics for non-temporal scatters/gathers

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 13:00:48 PST 2020


efriedma added a comment.

If I'm following correctly, you don't actually create any SSTNT1_INDEX nodes?  You're just using it as a placeholder in the call to performScatterStoreCombine?  I guess that's not a big deal.



================
Comment at: llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-gather-loads-64bit-scaled-offset.ll:12
+; CHECK-LABEL: gldnt1h_index
+; CHECK:          mul z0.d, z0.d, #2
+; CHECK-NEXT:     ldnt1h  { z0.d }, p0/z, [z0.d, x0]
----------------
"mul"?  Can we make a shift instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75601





More information about the llvm-commits mailing list