================ @@ -68,6 +68,35 @@ static mlir::Value emitVectorFCmp(CIRGenBuilderTy &builder, return bitCast; } +static cir::VecShuffleOp emitPshufW(CIRGenFunction &cgf, + CIRGenBuilderTy &builder, + llvm::SmallVector<mlir::Value> &ops, ---------------- HendrikHuebner wrote:
I think it would be best if the ops are passed individually, instead of as a vector. That way you can give them names and the code will be easier to follow. https://github.com/llvm/llvm-project/pull/169178 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
