Add support for lowering bitreverse to the bitrev instruction.
Fix https://bugs.llvm.org/show_bug.cgi?id=34628.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/XCore/XCoreInstrInfo.td | ||
---|---|---|
892 | Should you remove int_xcore_bitrev and use bitreverse directly? AFAICT xcore does this in LowerINTRINSIC_WO_CHAIN for crc8? |
llvm/lib/Target/XCore/XCoreInstrInfo.td | ||
---|---|---|
892 | int_xcore_bitrev (intrinsic node from llvm.xcore.bitrev) has to be matched bitrev instruction. |
Should you remove int_xcore_bitrev and use bitreverse directly? AFAICT xcore does this in LowerINTRINSIC_WO_CHAIN for crc8?