[llvm] [IR] Add intrinsics to represent complex multiply and divide operations (PR #68742)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 07:12:50 PDT 2023


================
@@ -1371,6 +1371,9 @@ enum NodeType {
   // Outputs: [rv], output chain, glue
   PATCHPOINT,
 
+  /// COMPLEX_MUL - Do a naive complex multiplication.
+  COMPLEX_MUL,
----------------
RKSimon wrote:

Should this be COMPLEX_FMUL?

https://github.com/llvm/llvm-project/pull/68742


More information about the llvm-commits mailing list