[PATCH] D28698: [AArch64] Add new target feature to fuse literal generation

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 04:18:58 PST 2017


rengolin added a comment.

Small comment on the test, otherwise, looks good.



================
Comment at: llvm/test/CodeGen/AArch64/misched-fusion-lit.ll:2
+; RUN: llc %s -o - -mtriple=aarch64-unknown -mattr=fuse-literals | FileCheck %s
+; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=cortex-a57     | FileCheck %s
+
----------------
Can you add a line that disables fusing (either A53 or mattr)? Just to make sure we check for the right things on both sides.


Repository:
  rL LLVM

https://reviews.llvm.org/D28698





More information about the llvm-commits mailing list