This pseudo-instruction expands into 'sethi' and 'or' instructions,
or, just one of them, if the other isn't necessary for a given value.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with an inline comment to fix up. If there's going to be more of these you might want to look into a processInstruction routine ala ARM.
-eric
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | ||
---|---|---|
431 | No need to pass this in, you can just use getContext(). Feel free to clean up any other uses as well. |
Change the function name to expandSET().
According to the coding standard, function names should start with lower case.