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

pankaj gode via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 2 10:53:03 PDT 2016


pgode added a comment.

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 ?


Repository:
  rL LLVM

https://reviews.llvm.org/D25142





More information about the llvm-commits mailing list