[all-commits] [llvm/llvm-project] bd6807: [PowerPC] Add new load/store with length instructi...
maryammoghadas via All-commits
all-commits at lists.llvm.org
Mon Nov 21 11:22:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd68070481d3606e05c4bb79725d4646fb85e0ec
https://github.com/llvm/llvm-project/commit/bd68070481d3606e05c4bb79725d4646fb85e0ec
Author: Maryam Moghadas <maryammo at ca.ibm.com>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrFuture.td
M llvm/test/MC/Disassembler/PowerPC/ppc-encoding-ISAFuture.txt
M llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding-ISAFuture.txt
M llvm/test/MC/PowerPC/ppc-encoding-ISAFuture.s
Log Message:
-----------
[PowerPC] Add new load/store with length instructions to Future CPU.
This patch adds 8 news load and store with length instructions including
lxvrl, lxvrll, stxvrl, stxvrll, lxvprl, lxvprll, stxvprl, stxvprll.
Reviewed By: stefanp, amyk, saghir
Differential Revision: https://reviews.llvm.org/D136992
More information about the All-commits
mailing list