The functions that do the expansion now return false on success and true otherwise. This is so
we can catch some errors during the expansion (e.g.: immediate too large). The next patch adds some test cases.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D4214
[mips] Small update to the logic behind the expansion of assembly pseudo instructions. ClosedPublic Authored by matheusalmeida on Jun 19 2014, 6:47 AM.
Details Summary The functions that do the expansion now return false on success and true otherwise. This is so
Diff Detail Event Timelinematheusalmeida retitled this revision from to [mips] Updated the logic behind the expansion of assembly pseudo instructions so that we can catch some errors during the expansion (e.g.: immediate larger than 32-bits).. matheusalmeida updated this object. This revision is now accepted and ready to land.Jun 19 2014, 6:58 AM matheusalmeida retitled this revision from [mips] Updated the logic behind the expansion of assembly pseudo instructions so that we can catch some errors during the expansion (e.g.: immediate larger than 32-bits). to [mips] Small update to the logic behind the expansion of assembly pseudo instructions..Jun 19 2014, 7:19 AM matheusalmeida updated this object. matheusalmeida edited edge metadata.
Revision Contents
Diff 10635 lib/Target/Mips/AsmParser/MipsAsmParser.cpp
|