[PATCH] D25142: AArch64: Complete macroop fusion lists.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 13:27:03 PDT 2016


MatzeB added a comment.

In https://reviews.llvm.org/D25142#558567, @pgode wrote:

> Thanks for asking. 
>  The first part of changes i.e. 'Fuse CMN, CMP, TST followed by Bcc', is applicable for Vulcan as well.
>  But, the second part i.e. 'Fuse ALU operations followed by CBZ/CBNZ' is not applicable for Vulcan, i.e. we don't fuse these.  Is it possible to make this only Apple specific ?


That part was even there before the patch. Anyway I'll update the patch by splitting the target feature into two.


Repository:
  rL LLVM

https://reviews.llvm.org/D25142





More information about the llvm-commits mailing list