This is an archive of the discontinued LLVM Phabricator instance.

[X86] WIP Optimize SMULO/UMULO for AVX512 mask registers.
AbandonedPublic

Authored by craig.topper on Feb 28 2021, 5:50 PM.

Details

Reviewers
RKSimon
spatel
Summary

This further improves the codegen from D97624.

I'm considering merging this code into the new helper function
from D97624. So we would have Ovf outparam instead of Low. This
would avoid needing to reverse the TRUNCATE since we could
intercept the vXi16 result directly.

Diff Detail