This is an archive of the discontinued LLVM Phabricator instance.

[SDAG][AArch64] Boolean and/or reduce to umax/min reduce (PR41635)
ClosedPublic

Authored by nikic on May 1 2019, 1:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

nikic created this revision.May 1 2019, 1:31 PM
t.p.northover accepted this revision.May 3 2019, 3:13 AM
t.p.northover added a subscriber: t.p.northover.

I'm using sign bits to detect that, is there a better way to do that?

Unfortunately, not that I can think of. So I think this looks good.

This revision is now accepted and ready to land.May 3 2019, 3:13 AM
This revision was automatically updated to reflect the committed changes.