https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126426
Robin Dapp <rdapp at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|target |rtl-optimization
--- Comment #4 from Robin Dapp <rdapp at gcc dot gnu.org> ---
Yeah, looks indeed ext-dce related. -march=rv64gcv works, -march=rv64gcbv
doesn't and -fno-ext-dce gets it back to working. Difference is purely in
scalar code.
