]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH v2 2/2] MIPS p8700 doesn't have vector extension and added the dummies reserva...
authorUmesh Kalappa <ukalappa.mips@gmail.com>
Tue, 20 May 2025 17:57:00 +0000 (11:57 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 20 May 2025 17:57:00 +0000 (11:57 -0600)
commit18f272ec3364bcffac2d798a3a744ff2d4c0f7d5
treef73faa952934caff60e64f44875e7ab64058c416
parent1186a2bd6e187d512030233171293ee87b608189
[PATCH v2 2/2] MIPS p8700 doesn't have vector extension and added the dummies reservation for the same.

The RISC-V backend requires all types to map to a reservation in the
scheduler model.  This adds types to a dummy reservation for all the
types not currently handled by the p8700 model.

gcc/
* config/riscv/mips-p8700.md (mips_p8700_dummies): New
reservation.
(mips_p8700_unknown): Reservation for all the dummies.
gcc/config/riscv/mips-p8700.md