[all-commits] [llvm/llvm-project] bc9916: [NFC][PowerPC] Style and ordering changes for PPCI...
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Mon Apr 18 11:29:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc9916fff2451390beb993e47d959fae0f135038
https://github.com/llvm/llvm-project/commit/bc9916fff2451390beb993e47d959fae0f135038
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2022-04-18 (Mon, 18 Apr 2022)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrP10.td
Log Message:
-----------
[NFC][PowerPC] Style and ordering changes for PPCInstrP10.td
Renamed the two classes 8LS_DForm_R_SI34_RTA5 and 8LS_DForm_R_SI34_XT6_RA5 to
8LS_DForm_R_SI34_RTA5_MEM and 8LS_DForm_R_SI34_XT6_RA5_MEM because the
instructions that use the classes use memory reads/writes.
Moved the instruction defs up closer to the classes.
Removed unnecessary whitespace.
More information about the All-commits
mailing list