[PATCH] D15932: RBIT Instruction only available for ARMv6t2 and above.

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 00:43:50 PST 2016


jmolloy added a comment.

Hi,

Why isn't the right solution to adapt this check in ISelLowering:

  if (!Subtarget->isThumb1Only())
    setOperationAction(ISD::BITREVERSE, MVT::i32, Legal);

?

Cheers,

James


Repository:
  rL LLVM

http://reviews.llvm.org/D15932





More information about the llvm-commits mailing list