Added initial support for lwpc and lwups instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit and the missing ISA_MIPS32R6 adjectives fixed.
lib/Target/Mips/Mips32r6InstrInfo.td | ||
---|---|---|
64–65 | Just a nit: I've been trying to keep the *_ENC classes in alphabetical order I started off doing the same for the *_DESC classes but it doesn't work very well for those so there's no need to sort the *_DESC's too | |
185–186 | Needs ISA_MIPS32R6 adjective |
Just a nit: I've been trying to keep the *_ENC classes in alphabetical order
I started off doing the same for the *_DESC classes but it doesn't work very well for those so there's no need to sort the *_DESC's too