================
@@ -2949,6 +2949,16 @@ mlir::LogicalResult
CIRToLLVMCmpOpLowering::matchAndRewrite(
return mlir::success();
}
+ if (mlir::isa<cir::BoolType>(type)) {
----------------
adams381 wrote:Oh, you are right. That is much more elegant. https://github.com/llvm/llvm-project/pull/206846 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
