[PATCH] D39910: [ARM] Issue an eror when non-general-purpose registers used in address operands (alternative)

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 26 03:51:17 PST 2017


rengolin requested changes to this revision.
rengolin added a comment.
This revision now requires changes to proceed.

I think this change goes against the recent trend of printing multiple diagnostics, instead of a huge dump that will certainly be inaccurate at least some times.

I agree with @olista01 that terse messages are better than wrong messages. If there is inaccuracies, let's fix them, but this patch is way beyond that.


https://reviews.llvm.org/D39910





More information about the llvm-commits mailing list