This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add support for v16i32 UMUL_LOHI/SMUL_LOHI
ClosedPublic

Authored by craig.topper on Sep 25 2017, 10:02 PM.

Details

Summary

This patch extends the v8i32/v4i32 custom lowering to support v16i32

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Sep 25 2017, 10:02 PM
RKSimon accepted this revision.Sep 26 2017, 8:24 AM

LGTM

lib/Target/X86/X86ISelLowering.cpp
21849 ↗(On Diff #116644)

clang-format this? The spacing looks off to me.

This revision is now accepted and ready to land.Sep 26 2017, 8:24 AM
This revision was automatically updated to reflect the committed changes.