[PATCH] D28379: [AArch64] Add support for lowering the bitreverse intrinsic to the rbit instruction.
Chad Rosier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 08:31:17 PST 2017
mcrosier updated this revision to Diff 83370.
mcrosier added a comment.
Add support for lowering aarch64_rbit to BITREVERSE DAG node, per Simon's comment. Thanks, Simon.
https://reviews.llvm.org/D28379
Files:
include/llvm/IR/IntrinsicsAArch64.td
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64InstrInfo.td
test/CodeGen/AArch64/bitreverse.ll
test/CodeGen/AArch64/rbit.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28379.83370.patch
Type: text/x-patch
Size: 5512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170106/7b754d8d/attachment.bin>
More information about the llvm-commits
mailing list