[PATCH] D33230: [AArch64] Make instruction fusion more aggressive.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 01:38:37 PDT 2017


fhahn updated this revision to Diff 99721.
fhahn added a comment.

Thanks for the feedback, I've updated with @evandro 's changes. Unfortunately I do not have access to a machine with an exynos-m1 CPU, so I can't benchmark the change on it, but it increases the number of AESE/AESMC pairs on that CPU in the test cases, so it should be positive.


https://reviews.llvm.org/D33230

Files:
  lib/CodeGen/MachineScheduler.cpp
  lib/Target/AArch64/AArch64MacroFusion.cpp
  lib/Target/AArch64/AArch64TargetMachine.cpp
  test/CodeGen/AArch64/misched-fusion-aes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33230.99721.patch
Type: text/x-patch
Size: 11586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170522/56c7a2d7/attachment.bin>


More information about the llvm-commits mailing list