[PATCH] D102256: [ARM][NEON] Fix combining base address updates for vst1x
Kristina Bessonova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 11 10:04:54 PDT 2021
krisb created this revision.
krisb added reviewers: kosarev, ab, rengolin, SjoerdMeijer.
Herald added subscribers: danielkiss, steven.zhang, hiraditya, kristof.beyls.
krisb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Before this patch DAGCombine crashed wth the following error while
attempting to combine vst1x and base address update:
unexpected intrinsic for Neon base update
UNREACHABLE executed at llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp:14089!
cause combining for vst1x is requested but has been never actually implemented.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102256
Files:
llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.h
llvm/lib/Target/ARM/ARMInstrNEON.td
llvm/test/CodeGen/ARM/arm-vst1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102256.344454.patch
Type: text/x-patch
Size: 41010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/878f8863/attachment-0001.bin>
More information about the llvm-commits
mailing list