[PATCH] D30274: Remove CRC32 instructions from AArch64InstrInfo::hasShiftedReg

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 06:47:37 PST 2017


On 23 February 2017 at 01:33, Renato Golin via Phabricator
<reviews at reviews.llvm.org> wrote:
> Why is this new run line related? Maybe add this to the commit message would help.

The code only gets triggered by A53 scheduling, and causes an
assertion failure on all CRC instructions. So this is a convenient
place to put the test.

Tim.


More information about the llvm-commits mailing list