This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Pattern match expressions for naive complex multiply/divide.
Needs ReviewPublic

Authored by jcranmer-intel on Feb 8 2022, 2:16 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

These patterns are currently hidden via a command-line flag, since the complex
intrinsics are still experimental.

Depends on D119287

Diff Detail