[PATCH] D48128: [ARM] Parallel DSP IR Pass
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 21 08:27:52 PDT 2018
SjoerdMeijer added inline comments.
================
Comment at: lib/Target/ARM/ARMParallelDSP.cpp:133
+
+ if (!ST->hasDSP()) {
+ LLVM_DEBUG(dbgs() << "DSP extension not enabled, not running pass "
----------------
samparker wrote:
> You still also need to check that the subtarget supports unaligned memory ops.
Ah, yes, I was distracted, and created this D48437.
Will add this.
https://reviews.llvm.org/D48128
More information about the llvm-commits
mailing list