[PATCH] D119287: [CodeGen] Expand complex multiply and divide intrinsics for codegen.

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 11:26:38 PST 2022


jcranmer-intel added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/complex-math.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-attributes --check-globals
+; RUN: opt < %s -instcombine -S -inst-combine-complex | FileCheck %s
----------------
This file should have been in D119288 instead of this patch, I don't know how I missed that...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119287/new/

https://reviews.llvm.org/D119287



More information about the llvm-commits mailing list