[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
================
@@ -31750,6 +31806,68 @@ bool X86TargetLowering::isInlineAsmTargetBranch(
return Inst.equals_insensitive("call") || Inst.equals_insensitive("jmp");
}
+bool X86TargetLowering::CustomLowerComplexMultiply(Type *FloatTy) const {
+ auto VecTy = cast<FixedVectorType>(FloatTy);
----------------
RKSimon wrote:
auto *
https://github.com/llvm/llvm-project/pull/68742
More information about the llvm-commits
mailing list