[PATCH][AArch64] Handle aliases of conditional branches without b.pred form.

Chad Rosier mcrosier at codeaurora.org
Thu Feb 6 12:55:16 PST 2014


Hi,
This patch teaches the AArch64 backend to accept aliases for conditional
branches that don't follow the br.pred form.  I don't believe these
aliases are specified in the documentation, but they do appear to be
accepted by gcc.  I would have preferred to do this as a MnemonicAlias,
but renaming has to be done at parse-time, as opposed to instruction
matching time, as it effects the MI operands.

 Chad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 045-aarch64-cond-br-alias.patch
Type: text/x-patch
Size: 5822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140206/171018c8/attachment.bin>


More information about the llvm-commits mailing list