[PATCH] D29219: [AArch64][TableGen] Skip tied result operands for InstAlias

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 05:28:58 PST 2017


rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D29219#667646, @huntergr wrote:

> I've run make check-all for all targets, no failures; I was a little surprised that no changes were required on other targets as well (with both debug and release builds), but I don't know how many other architectures have significant differences between representations of the same instruction.


Ha, right, this was introduced by Tim specifically for AArch64 in commit r208880, and he moved the x86 usage of this code away, so it should only affect the AArch64 back-end.

I'm setting to accepted now, but wait a day to commit, so that we give a bit more time for people to review.

cheers,
--renato


https://reviews.llvm.org/D29219





More information about the llvm-commits mailing list