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
Event Timeline
llvm/test/CodeGen/Thumb2/ctpop.ll | ||
---|---|---|
2 ↗ | (On Diff #213620) | You can drop the --check-prefix=CHECK and --check-prefix=CHECK-MVE as there is only one run line. |
4 ↗ | (On Diff #213620) | Can you:
That will cover all the interesting bases. |