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
[RISCV] Remove IsRV64 from XVentanaCondOps patterns.
Ventana doesn't have RV32 cores so they really supported for RV32,
but there's nothing specifically 64-bit about the instructions.
My goal here is to fix cannot select errors if XVentanaCondOps is
enabled on RV32. Alternatively, we could quality the lowering code
to also check IsRV64 so that we don't create RISCVISD::CZERO* nodes.
Fixing the isel patterns seemed simpler.
Fixesllvm#100855.
0 commit comments