[PATCH] D67489: [ARM] Add a SelectTAddrModeImm7 for MVE narrow loads and stores
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 17 02:19:49 PDT 2019
samparker added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:1159
+ SDValue &OffImm) {
+ if (N.getOpcode() == ISD::SUB || CurDAG->isBaseWithConstantOffset(N)) {
+ int RHSC;
----------------
What happens if N == ISD::ADD?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67489/new/
https://reviews.llvm.org/D67489
More information about the llvm-commits
mailing list