BITREVERSE can use the VBRSR which will reverse and right shift. Shifting right by 0 will just reverse the bits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. Thanks
llvm/test/CodeGen/Thumb2/mve-bitreverse.ll | ||
---|---|---|
9 | This one is nice too, that it works this out. |
This one is nice too, that it works this out.