[PATCH] D71194: [ARM] MVE VLDn addressing modes
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 01:23:43 PST 2020
simon_tatham added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:13156
+ isLoadOp = false;
+ break;
+ }
----------------
If I understand this part right, it's trying to arrange that the IR intrinsics for vld2/vst2 are turned into something that can be writeback-optimized. But there don't seem to be many tests of that part – I saw one test that had a `vld2q` intrinsic call, but no tests of vld4, or stores.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71194/new/
https://reviews.llvm.org/D71194
More information about the llvm-commits
mailing list