[PATCH] D28379: [AArch64] Add support for lowering the bitreverse intrinsic to the rbit instruction.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 8 04:13:08 PST 2017
RKSimon added inline comments.
================
Comment at: include/llvm/IR/IntrinsicsAArch64.td:45
+// prefer the generic bitreverse intrinsic. At some point we should remove
+// this intrinsic once we're willing to break bitcode compatibility.
def int_aarch64_rbit : Intrinsic<[llvm_anyint_ty], [LLVMMatchType<0>],
----------------
You can remove this right now if you add support in AutoUpgrade.cpp
https://reviews.llvm.org/D28379
More information about the llvm-commits
mailing list