Make the print format consistent with other assembler instructions.
Adding a tab character instead of space in asmstring of Ext and Ins instructions.
Removing space around the tab character for JALRC and replacing space with tab in JRC.
Differential D38144
[mips][mips16] Fix asmstring of Ext and Ins instructions and mips16 JALRC and JRC mstojanovic on Sep 21 2017, 10:43 AM. Authored by
Details Make the print format consistent with other assembler instructions. Adding a tab character instead of space in asmstring of Ext and Ins instructions.
Diff Detail Event TimelineComment Actions LGTM with a test. You can use FileCheck's -strict-whitespace to get FileCheck to treat ' ' and '\t' differently, also you can modify/copy test/CodeGen/Mips/helloworld.ll for the mips16 case. Comment Actions LGTM still, just add the comment I've placed inline on commit.
|