[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
Mon Jan 9 08:50:42 PST 2017


mcrosier updated this revision to Diff 83633.
mcrosier added a comment.

-Use autoupgrade to allow removal of aarch64 rbit intrinsic, per Simon's suggestion.


https://reviews.llvm.org/D28379

Files:
  include/llvm/IR/IntrinsicsAArch64.td
  lib/IR/AutoUpgrade.cpp
  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.83633.patch
Type: text/x-patch
Size: 5835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170109/5cc437d0/attachment.bin>


More information about the llvm-commits mailing list