[PATCH] D53315: [ARM] Do not fuse VADD and VMUL, continued (2/2)

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 07:09:50 PDT 2018


samparker added a comment.

Good point. Would it be worth adding a test for the M7 though? We seem to be a little lacking in our m-class FP tests.



================
Comment at: test/CodeGen/ARM/fusedMAC.ll:2
 ; RUN: llc < %s -mtriple=armv7-eabi -mattr=+neon,+vfp4 -fp-contract=fast | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-eabi -fp-contract=fast -mcpu=cortex-m33 | FileCheck %s -check-prefix=DONT-FUSE
 ; Check generated fused MAC and MLS.
----------------
this is a funny looking triple for the M33


https://reviews.llvm.org/D53315





More information about the llvm-commits mailing list