[Bug target/120811] RISC-V: missed load offset

2025-07-15 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120811 Jeffrey A. Law changed: What|Removed |Added CC||smunnangi1 at ventanamicro dot com --

[Bug target/120811] RISC-V: missed load offset

2025-06-27 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120811 --- Comment #4 from Jeffrey A. Law --- *** Bug 120459 has been marked as a duplicate of this bug. ***

[Bug target/120811] RISC-V: missed load offset

2025-06-27 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120811 Jeffrey A. Law changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/120811] RISC-V: missed load offset

2025-06-24 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120811 --- Comment #1 from Vineet Gupta --- Perhaps worth looking into the new RISC-V pass fold-memory-offset ?

[Bug target/120811] RISC-V: missed load offset

2025-06-24 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120811 --- Comment #2 from Jeffrey A. Law --- And combine. Though I suspect this is fallout from the way we're handling 2*simm12 cases with a define_insn_and_split. I've got a plan there and I'm just waiting for Shreya to wrap up her current task be