This enables the no-aliases forms of many instructions.
Depends on D103004
Paths
| Differential D103005
[AArch64] Support llvm-mc/llvm-objdump -M no-aliases ClosedPublic Authored by MaskRay on May 23 2021, 11:08 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: jeroen.dobbelaere, danielkiss, hiraditya. · View Herald TranscriptMay 23 2021, 11:08 PM MaskRay retitled this revision from [AArch64] Support llvm-mc/llvm-objdump -M no-aliases
This enables the no-aliases forms of many instructions.
Depends on D103004 to [AArch64] Support llvm-mc/llvm-objdump -M no-aliases.May 23 2021, 11:08 PM MaskRay added a parent revision: D103004: [llvm-mc] Add -M to replace -riscv-no-aliases and -riscv-arch-reg-names. Comment Actions LGTM, I will leave it to the RISC-V people to approve the predecessor
This revision is now accepted and ready to land.May 26 2021, 4:35 AM Comment Actions Prefer -mtriple=aarch64 (generic ELF) to a Linux oriented triple. This revision was landed with ongoing or failed builds.May 26 2021, 1:35 PM Closed by commit rG5852582532b3: [AArch64] Support llvm-mc/llvm-objdump -M no-aliases (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 348076 llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h
llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
llvm/test/MC/AArch64/alias-addsubimm.s
|
Why change the triple here?