[PATCH] D119288: [InstCombine] Pattern match expressions for naive complex multiply/divide.

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 14:16:57 PST 2022


jcranmer-intel created this revision.
Herald added a subscriber: hiraditya.
jcranmer-intel requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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

Depends on D119287 <https://reviews.llvm.org/D119287>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119288

Files:
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119288.406972.patch
Type: text/x-patch
Size: 8355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/c085e576/attachment.bin>


More information about the llvm-commits mailing list