This is an archive of the discontinued LLVM Phabricator instance.

[X86] Use the same sequence for i128 ISD::ABS on 64-bit targets as we use for i64 on 32-bit targets.
ClosedPublic

Authored by craig.topper on Sep 6 2020, 4:53 PM.

Diff Detail

Event Timeline

craig.topper created this revision.Sep 6 2020, 4:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 6 2020, 4:53 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
craig.topper requested review of this revision.Sep 6 2020, 4:53 PM
RKSimon accepted this revision.Sep 7 2020, 10:06 AM

LGTM

llvm/test/CodeGen/X86/iabs.ll
123

precommit this test?

This revision is now accepted and ready to land.Sep 7 2020, 10:06 AM