[all-commits] [llvm/llvm-project] 1492b7: [PowerPC][Future] Add prefixed loads and stores fo...
Victor Huang via All-commits
all-commits at lists.llvm.org
Wed Jan 29 12:48:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1492b70a03d51e63c474598fc4a4fee79a24d3ae
https://github.com/llvm/llvm-project/commit/1492b70a03d51e63c474598fc4a4fee79a24d3ae
Author: Victor Huang <wei.huang at ibm.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/test/MC/Disassembler/PowerPC/future-invalid.txt
M llvm/test/MC/Disassembler/PowerPC/futureinsts.txt
M llvm/test/MC/PowerPC/future-errors.s
M llvm/test/MC/PowerPC/future.s
Log Message:
-----------
[PowerPC][Future] Add prefixed loads and stores for future CPU
A previous patch should have added pld and pstd and any support code in
the backend that is required for prefixed load and store type operations.
This patch adds a number of additional prefixed load and store type
instructions for the future CPU.
Differential Revision: https://reviews.llvm.org/D72577
More information about the All-commits
mailing list