public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Remove unused structure in cost model
@ 2023-09-18 18:25 Jeff Law
0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-09-18 18:25 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:49eb15ab0b07d1f7b7bbbd156619a2848e16ca6f
commit 49eb15ab0b07d1f7b7bbbd156619a2848e16ca6f
Author: Pan Li <pan2.li@intel.com>
Date: Tue Sep 12 21:01:34 2023 +0800
RISC-V: Remove unused structure in cost model
The struct range is unused, remove it.
gcc/ChangeLog:
* config/riscv/riscv-vector-costs.h (struct range): Removed.
Signed-off-by: Pan Li <pan2.li@intel.com>
(cherry picked from commit 75f069a6403b5d4217fb5b654a9c656b4dca9dc1)
Diff:
---
gcc/config/riscv/riscv-vector-costs.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/gcc/config/riscv/riscv-vector-costs.h b/gcc/config/riscv/riscv-vector-costs.h
index 7f120b79619..7b5814a4cff 100644
--- a/gcc/config/riscv/riscv-vector-costs.h
+++ b/gcc/config/riscv/riscv-vector-costs.h
@@ -40,13 +40,6 @@ struct autovec_info
bool end_p;
};
-struct range
-{
- unsigned int pt;
- bool start;
- unsigned int nregs;
-};
-
/* rvv-specific vector costs. */
class costs : public vector_costs
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-18 18:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-18 18:25 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Remove unused structure in cost model Jeff Law
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).