[all-commits] [llvm/llvm-project] bfa355: [LoongArch] Implement assembler branches pseudo in...
wanglei via All-commits
all-commits at lists.llvm.org
Fri Nov 18 00:54:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfa3551dd3ac2d8aba42f2c8cb296ea0494e679a
https://github.com/llvm/llvm-project/commit/bfa3551dd3ac2d8aba42f2c8cb296ea0494e679a
Author: wanglei <wanglei at loongson.cn>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
A llvm/test/MC/LoongArch/Macros/aliases-br.s
Log Message:
-----------
[LoongArch] Implement assembler branches pseudo instructions
These instructions always output the canonical mnemonic. The GNU tools
emit the canonical mnemonic for the branch pseudo instructions as well
(e.g. "bgt" will be recognised by the assembler but never printed by
objdump).
Reviewed By: xen0n
Differential Revision: https://reviews.llvm.org/D138100
More information about the All-commits
mailing list