Most of the other if-form pseudos of this type are implemented but this one was missing. .ifnes is the sibling to .ifeqs.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good in general with a few comments.
Also, for future reference, please include full context in your patches. See the following link on how to get a full context in Phabricator:
http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface
Chad
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
438 | Update comment to reflect that this parse .ifeqs and .ifnes. | |
3950 | This logic is specific to .ifeqs. You'll need to conditionalize more of the code, if you'd like to reuse the function. |
Update comment to reflect that this parse .ifeqs and .ifnes.