When choosing the mask register class to convert to, only "regular" GPR classes were handled (GR8, GR16, GR32, GR64),
The patch adds handling for their subclasses as well.
Added a 32 bit RUN line to the test, so classes like GR8_ABCD and such will be used. This would fail with an assertion without the patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM