[PATCH] D30571: [ARM] [Assembler] Extend immediate conversions for A32, T32 and T16

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 06:58:27 PST 2017


rengolin added a reviewer: peter.smith.
rengolin added a comment.

Hi Sanne,

We already had some ADD/SUB substitutions in the assembler, so if this is a more general approach, it should be encouraged, but we need to make sure we remove the old hack in favour of this patch.

Related patches:
http://llvm.org/viewvc/llvm-project?view=revision&revision=212722
http://llvm.org/viewvc/llvm-project?view=revision&revision=241166

cheers,
--renato


https://reviews.llvm.org/D30571





More information about the llvm-commits mailing list