[PATCH] D48128: [ARM] Parallel DSP IR Pass
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 21 08:02:39 PDT 2018
samparker added a comment.
Ok, fair enough. On a quick search, I couldn't see any alignment tests, so I've added some in https://reviews.llvm.org/rL335241.
================
Comment at: lib/Target/ARM/ARMParallelDSP.cpp:133
+
+ if (!ST->hasDSP()) {
+ LLVM_DEBUG(dbgs() << "DSP extension not enabled, not running pass "
----------------
You still also need to check that the subtarget supports unaligned memory ops.
https://reviews.llvm.org/D48128
More information about the llvm-commits
mailing list