[PATCH] D51983: [ARM] bottom-top mul support in ARMParallelDSP
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 21 01:55:52 PDT 2018
SjoerdMeijer accepted this revision.
SjoerdMeijer added inline comments.
================
Comment at: lib/Target/ARM/ARMParallelDSP.cpp:650
+ Type *Ty = I.getType();
+ if (Ty->isIntegerTy() &&
+ (Ty->getScalarSizeInBits() == 32 ||
----------------
Diff'ing this was a bit difficult, but these are the 2 new lines, which matches with your last comment. Looks like a straightforward fix to me.
https://reviews.llvm.org/D51983
More information about the llvm-commits
mailing list