[ARM] Be more explicit about disabling CombineBaseUpdate for MVE.
authorDavid Green <david.green@arm.com>
Mon, 11 Oct 2021 20:51:45 +0000 (21:51 +0100)
committerDavid Green <david.green@arm.com>
Mon, 11 Oct 2021 20:51:45 +0000 (21:51 +0100)
commit860b4479dccad323ae22361294e69765c3fdd25f
treeb3915c3bf898d4fe72fd0c194c579b4816f33590
parent684cbae89a78f4329a018237ec6f230a82dbc883
[ARM] Be more explicit about disabling CombineBaseUpdate for MVE.

This shouldn't be called for non-neon targets at the moment in either
case, but it is good to be expliit about the CombineBaseUpdate being a
NEON function, not expecting to be run under MVE.
llvm/lib/Target/ARM/ARMISelLowering.cpp