[ARM] Skip combining base updates for vld1x NEON intrinsics
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 28 Aug 2020 13:51:52 +0000 (14:51 +0100)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 28 Aug 2020 19:29:15 +0000 (20:29 +0100)
commit5f1cad4d296a20025f0b3ea30d82b278ddb8779b
treecdc192ed554a03047df84dab2197a018bd964d52
parent8782c727655942c9aa4c80d698c9ba575510799c
[ARM] Skip combining base updates for vld1x NEON intrinsics

Skip this for now, to avoid a backend crash in:

  UNREACHABLE executed at llvm/lib/Target/ARM/ARMISelLowering.cpp:13412

This should fix PR45824.

Differential Revision: https://reviews.llvm.org/D86784
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/ARM/pr45824.ll [new file with mode: 0644]