[PATCH] D35299: [AArch64] Tie source and destination operands for AESMC/AESIMC.
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 08:37:34 PDT 2017
evandro accepted this revision.
evandro added a comment.
This revision is now accepted and ready to land.
I agree, this is a sensible approach.
However, the pseudo indicator in the middle of the instruction (`AES.*T.*`) looks too much like an instruction. Can this be made more explicit that it's a pseudo, perhaps as `P_AES.*` or some such?
https://reviews.llvm.org/D35299
More information about the llvm-commits
mailing list