This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Support for integer vmin/vmax
Needs ReviewPublic

Authored by Gerolf on Apr 24 2015, 2:11 PM.

Details

Reviewers
t.p.northover
Summary

Recognizes vector min/max idiom in target lowering for AArch64

Diff Detail

Event Timeline

Gerolf updated this revision to Diff 24410.Apr 24 2015, 2:11 PM
Gerolf retitled this revision from to [AArch64] Support for integer vmin/vmax.
Gerolf updated this object.
Gerolf edited the test plan for this revision. (Show Details)
Gerolf added reviewers: jmolloy, t.p.northover.
Gerolf added a subscriber: Unknown Object (MLST).
jmolloy resigned from this revision.Jul 17 2015, 2:18 AM
jmolloy removed a reviewer: jmolloy.

[Phab cleanup] Resigning, it's being usurped by the work I'm doing on MINs and MAXs for all targets.