This is an archive of the discontinued LLVM Phabricator instance.

Refactor: Simplify boolean conditional return statements in lib/Target/PowerPC
ClosedPublic

Authored by LegalizeAdulthood on May 25 2015, 1:34 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

LegalizeAdulthood retitled this revision from to Refactor: Simplify boolean conditional return statements in lib/Target/PowerPC.
LegalizeAdulthood updated this object.
LegalizeAdulthood edited the test plan for this revision. (Show Details)
LegalizeAdulthood added a subscriber: Unknown Object (MLST).
craig.topper added inline comments.
lib/Target/PowerPC/PPCISelLowering.cpp
11204 ↗(On Diff #26411)

Push the negate through

wschmidt accepted this revision.May 25 2015, 6:50 AM
wschmidt edited edge metadata.

With Craig's suggestion, LGTM.

This revision is now accepted and ready to land.May 25 2015, 6:50 AM
lib/Target/PowerPC/PPCISelLowering.cpp
11204 ↗(On Diff #26411)

Fixed.

LegalizeAdulthood edited edge metadata.

Update from comments, clang-format

Can someone commit this for me, please? Thanks.

Richard Thomson <legalize@xmission.com>

Update from latest.
Update from comments.
I do not have commit access.

This revision was automatically updated to reflect the committed changes.