This addresses PR31519. Clang patch: D28400.
PTAL,
Chad
Differential D28379
[AArch64] Add support for lowering the bitreverse intrinsic to the rbit instruction. mcrosier on Jan 5 2017, 1:51 PM. Authored by
Details
Diff Detail Event Timeline
Comment Actions Add LowerINTRINSIC_WO_CHAIN or AutoUpgrade support to handle int_aarch64_rbit with bitreverse? See ARMTargetLowering::LowerINTRINSIC_WO_CHAIN Comment Actions Add support for lowering aarch64_rbit to BITREVERSE DAG node, per Simon's comment. Thanks, Simon.
Comment Actions Ping (AArch64 contributors). This patch is in great shape thanks to Simon, but I assume he's deferring the official LGTM to a more frequent AArch64 contributor. Comment Actions Thanks, Silviu! Would you mind taking a quick look at the clang side patch: D28400? Very straight forward. |
Are these target intrinsics still necessary?