[PATCH] D119284: [IR] Add intrinsics to represent complex multiply and divide instructions.

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


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

This patch represents the first in a series of patches to bring a more
standardized version of complex values into LLVM. Representation of the complex
multiply and division instructions are added as intrinsics, and their precise
behavior is controlled via attributes and fast-math flags.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119284

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/IR/Verifier.cpp
  llvm/test/Verifier/complex-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119284.406966.patch
Type: text/x-patch
Size: 11273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/90bb2ede/attachment.bin>


More information about the llvm-commits mailing list