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 i32 and i16 from GPR register class. NFC (#162425)
Reduces RISCVGenDAGISel.inc by ~2000 bytes.
I had to adjust some casts to avoid a tablegen error about an immediate
being too large. The error was suppressed before because the type wasn't
"concrete" early enough.
0 commit comments