[PATCH] D65809: [ARM] Expand CTPOP instruction for MVE
oliver cruickshank via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 08:16:41 PDT 2019
oliverlars created this revision.
oliverlars added reviewers: dmgreen, samparker, SjoerdMeijer, t.p.northover, simon_tatham.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.
MVE processors don't have a CTPOP instruction. This patch expands that instruction to allow llvm to successfully compile for MVE processors.
Repository:
rL LLVM
https://reviews.llvm.org/D65809
Files:
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/Thumb2/ctpop.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65809.213616.patch
Type: text/x-patch
Size: 3812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190806/52c9682b/attachment.bin>
More information about the llvm-commits
mailing list