================
@@ -224,6 +224,10 @@ class CIRBaseBuilderTy : public mlir::OpBuilder {
return cir::ComplexImagOp::create(*this, loc, resultType, operand);
}
+ mlir::Value createComplexConj(mlir::Location loc, mlir::Value operand) {
----------------
erichkeane wrote:
It would be nice to have a comment explaining what this does above it?
`Complex` means `the complex types` and `Conj` is... `Conjunction`? So its
not the `Conj` that is complex, it is a `Conj` on `Complex` types?
https://github.com/llvm/llvm-project/pull/201727
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits