[PATCH] D35299: [AArch64] Tie source and destination operands for AESMC/AESIMC.
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 12:19:03 PDT 2017
evandro added a comment.
I thought that the data dependency was enough for fusion in general:
AESE Vi, Vj
AESMC Vk, Vi
And:
AESD Vi, Vj
AESIMC Vk, Vi
https://reviews.llvm.org/D35299
More information about the llvm-commits
mailing list