================
@@ -2949,6 +2949,16 @@ mlir::LogicalResult CIRToLLVMCmpOpLowering::matchAndRewrite(
return mlir::success();
}
+ if (mlir::isa<cir::BoolType>(type)) {
----------------
adams381 wrote:
Sorry, I replied before implementing. Push incoming.
https://github.com/llvm/llvm-project/pull/206846