You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes it on my end. And the combine kicks in again once the MGATHER has been split, so we end up with 2 v16i64 vlse64s from the one v32i64 it was crashing on.
Activity
llvmbot commentedon Feb 8, 2024
@llvm/issue-subscribers-backend-risc-v
Author: Yi Kong (kongy)
Reduced reproducer attached.
reduce.zip
topperc commentedon Feb 8, 2024
Looks like #66800 is missing a check for legal type.
topperc commentedon Feb 8, 2024
Possible fix
lukel97 commentedon Feb 8, 2024
This fixes it on my end. And the combine kicks in again once the MGATHER has been split, so we end up with 2 v16i64 vlse64s from the one v32i64 it was crashing on.
topperc commentedon Feb 8, 2024
@lukel97 can you make a PR?
7 remaining items