https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116615
Bug ID: 116615 Summary: Investigate LOGICAL_OP_NON_SHORT_CIRCUIT for RISC-V Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: law at gcc dot gnu.org Target Milestone: --- The RISC-V port defines LOGICAL_OP_NON_SHORT_CIRCUIT as 0, which seems odd. On the assumption that the value was chosen for a reason, probably the right thing to do is move it to the uarch tuning structure with 0 as the value for all tunings. Then it can be benchmarked on relevant designs and the uarch tuning updated.