[clang] [CIR][NFC] Remove Covered MissingFeatures flags for Complex (PR #158425)

Henrich Lauko via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 13 07:48:17 PDT 2025


================
@@ -1754,9 +1754,6 @@ LogicalResult cir::BinOp::verify() {
     return emitError() << "The nsw/nuw flags and the saturated flag are "
                           "mutually exclusive";
 
-  assert(!cir::MissingFeatures::complexType());
-  // TODO(cir): verify for complex binops
----------------
xlauko wrote:

Is this TODO covered?

https://github.com/llvm/llvm-project/pull/158425


More information about the cfe-commits mailing list