[PATCH] D59257: [ARM] Run ARMParallelDSP in the IRPasses phase

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 09:01:44 PDT 2019


samparker marked an inline comment as done.
samparker added inline comments.


================
Comment at: test/CodeGen/ARM/vldm-sched-a9.ll:9
 ; CHECK: test:
-; CHECK: vstmia
-; CHECK: vldmia
----------------
SjoerdMeijer wrote:
> Not having looked at that PR, or at this test case for very long, but it looks like this test is useless now? Does it needs to be modified to do and check for something useful?
Yeah, it is useless now... there are other tests for vldm but fewer for vstm and none of them look particularly good! I'll see what I can do to produce something useful.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59257/new/

https://reviews.llvm.org/D59257





More information about the llvm-commits mailing list