[PATCH] D108988: [ARM] Simplify address calculation for NEON load/store
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 14 00:23:16 PDT 2021
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Thanks. LGTM
================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:15404
+
+ if (SimpleConstIncOnly && User.ConstInc != NumBytes) {
+ return false;
----------------
LLVM tends to leave the brackets off single statement if blocks.
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