[PATCH] D40696: Enable aggressive FMA on T99 and provide AArch64 option for other micro-arch's

Stefan Teleman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 7 12:01:40 PST 2018


steleman updated this revision to Diff 128884.
steleman added a comment.

Updated diff with latest changes:

1. Added FeatureAggressiveFMAFloat and FeatureAggressiveFMADouble in AArch64.td as micro-arch features.
2. Added EnableAggressiveFMA cl::opt in AArch64ISelLowering.cpp.
3. Implemented AArch64TargetLowering::enableAggressiveFMAFusion in terms of the changes from AArch64.td.
4. I would like the test in test/CodeGen/AArch64/fma-aggressive.ll to be included in this changeset, simply because the run-time test from https://reviews.llvm.org/D41810 has no way of determining whether or not AggressiveFMA was enabled, or not.


Repository:
  rL LLVM

https://reviews.llvm.org/D40696

Files:
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  lib/Target/AArch64/AArch64Subtarget.h
  test/CodeGen/AArch64/fma-aggressive.ll
  test/CodeGen/AArch64/fma-simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40696.128884.patch
Type: text/x-patch
Size: 21817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180107/5b977cfe/attachment.bin>


More information about the llvm-commits mailing list