================
@@ -989,6 +989,19 @@ mlir::LogicalResult
CIRToLLVMConstantOpLowering::matchAndRewrite(
return mlir::success();
}
+mlir::LogicalResult CIRToLLVMExpectOpLowering::matchAndRewrite(
+ cir::ExpectOp op, OpAdaptor adaptor,
+ mlir::ConversionPatternRewriter &rewriter) const {
----------------
bcardosolopes wrote:
Can you add an assert on missing feature to track we don't want to generate
anything here under `-O0` in the future?
https://github.com/llvm/llvm-project/pull/144726
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits