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
Differential D65809
[ARM] Expand CTPOP instruction for MVE oliverlars on Aug 6 2019, 8:16 AM. Authored by
Details 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 Timeline |
You can drop the --check-prefix=CHECK and --check-prefix=CHECK-MVE as there is only one run line.