[all-commits] [llvm/llvm-project] 29e94d: [MC][SVE] Fix data operand for instruction alias o...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Wed Aug 26 13:13:13 PDT 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: 29e94ddb3930e3d7b54afb3753a6a40d6ef57898
https://github.com/llvm/llvm-project/commit/29e94ddb3930e3d7b54afb3753a6a40d6ef57898
Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/MC/AArch64/SVE/st1b.s
M llvm/test/MC/AArch64/SVE/st1d.s
M llvm/test/MC/AArch64/SVE/st1h.s
M llvm/test/MC/AArch64/SVE/st1w.s
Log Message:
-----------
[MC][SVE] Fix data operand for instruction alias of `st1d`.
The version of `st1d` that operates with vector plus immediate
addressing mode uses the alias `st1d { <Zn>.d }, <Pg>, [<Za>.d]` for
rendering `st1d { <Zn>.d }, <Pg>, [<Za>.d, #0]`. The disassembler was
generating `<Zn>.s` instead of `<Zn>.d>`.
Differential Revision: https://reviews.llvm.org/D86633
More information about the All-commits
mailing list