MVE processors don't have a CTPOP instruction. This patch expands that instruction to allow llvm to successfully compile for MVE processors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65809
[ARM] Expand CTPOP instruction for MVE ClosedPublic Authored by oliverlars on Aug 6 2019, 8:16 AM.
Details Summary MVE processors don't have a CTPOP instruction. This patch expands that instruction to allow llvm to successfully compile for MVE processors.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 7 2019, 8:35 AM
Revision Contents
Diff 213626 llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/Thumb2/ctpop.ll
|
Also, do you mind moving this to mve-ctpop.ll too, to keep it with the others.