[PATCH] D108988: [ARM] Simplify address calculation for NEON load/store

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 05:27:23 PDT 2021


asavonic added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:15404
+
+  if (SimpleConstIncOnly && User.ConstInc != NumBytes) {
+    return false;
----------------
dmgreen wrote:
> LLVM tends to leave the brackets off single statement if blocks.
Thank you. Fixed that before landing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108988



More information about the llvm-commits mailing list