This is an archive of the discontinued LLVM Phabricator instance.

[FastISel][X86] Support FNeg instruction in target independent fast isel handling
ClosedPublic

Authored by craig.topper on May 6 2019, 5:25 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.May 6 2019, 5:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2019, 5:25 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.May 8 2019, 6:00 AM

If we end up with more UnaryOps in the future, it would make sense to create a selectUnaryOp(...). But that's probably overkill for now since no new UnOps are planned.

This revision was automatically updated to reflect the committed changes.