[PATCH] D14650: [ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
James Molloy via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 13 05:07:28 PST 2015
jmolloy created this revision.
jmolloy added reviewers: t.p.northover, silviu.baranga, mcrosier.
jmolloy added a subscriber: llvm-commits.
jmolloy set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.
ISD::BITREVERSE matches "rbit" completely, so remove ARMISD::RBIT and mark ISD::BITREVERSE as legal, adding a test for lowering.
Repository:
rL LLVM
http://reviews.llvm.org/D14650
Files:
include/llvm/Target/TargetSelectionDAG.td
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/ARM/rbit.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14650.40140.patch
Type: text/x-patch
Size: 4516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151113/12c1aec9/attachment.bin>
More information about the llvm-commits
mailing list