[PATCH] D42970: [ARM] Fix PR35157: broken isel for VLD3/VLD4/VST3/VST4 with WB
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 05:45:40 PST 2018
thopre updated this revision to Diff 133406.
thopre added a comment.
Extend existing vld3.ll/vld4.ll/vst3.ll/vst4.ll testcases instead of creating a new one, following similar patterns as those already in there incl. check directives.
https://reviews.llvm.org/D42970
Files:
lib/Target/ARM/ARMISelDAGToDAG.cpp
test/CodeGen/ARM/vld3.ll
test/CodeGen/ARM/vld4.ll
test/CodeGen/ARM/vst3.ll
test/CodeGen/ARM/vst4.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42970.133406.patch
Type: text/x-patch
Size: 6275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180208/930cbd96/attachment.bin>
More information about the llvm-commits
mailing list