This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Port smarter known bits for umin/umax from DAG
ClosedPublic

Authored by arsenm on Aug 27 2020, 4:39 PM.

Diff Detail

Event Timeline

arsenm created this revision.Aug 27 2020, 4:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2020, 4:39 PM
arsenm requested review of this revision.Aug 27 2020, 4:39 PM
paquette accepted this revision.Sep 1 2020, 9:33 AM

LGTM

This revision is now accepted and ready to land.Sep 1 2020, 9:33 AM
foad added a subscriber: foad.Sep 3 2020, 11:14 AM
foad added inline comments.
llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp
725–726

These lines look spurious, or did you mean to test something different here?

arsenm added inline comments.Sep 3 2020, 11:21 AM
llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp
725–726

Not sure what you mean

foad added inline comments.Sep 3 2020, 11:25 AM
llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp
725–726

The last two lines are just duplicates of the previous two lines.