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

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 01:33:50 PST 2017


rengolin added inline comments.


================
Comment at: test/CodeGen/AArch64/arm64-crc32.ll:2
 ; RUN: llc -mtriple=arm64-eabi -mattr=+crc -o - %s | FileCheck %s
+; RUN: llc -mtriple=arm64-eabi -mcpu=cortex-a53 -mattr=+crc -o - %s | FileCheck %s
 
----------------
Why is this new run line related? Maybe add this to the commit message would help.


Repository:
  rL LLVM

https://reviews.llvm.org/D30274





More information about the llvm-commits mailing list