================
@@ -851,6 +851,10 @@ class CIRGenBuilderTy : public cir::CIRBaseBuilderTy {
return createVecShuffle(loc, vec1, poison, mask);
}
+ mlir::Value createFreeze(mlir::Location loc, mlir::Value value) {
+ return cir::FreezeOp::create(*this, loc, value);
+ }
+
----------------
FantasqueX wrote:
Thanks for suggesting. Fixed.
https://github.com/llvm/llvm-project/pull/206149
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits