[clang] [CIR] Upstream support for logical not operations (PR #133966)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 3 10:06:31 PDT 2025
================
@@ -1320,7 +1322,7 @@ mlir::Value ScalarExprEmitter::VisitCastExpr(CastExpr *ce) {
"fixed point casts");
return {};
}
- cgf.getCIRGenModule().errorNYI(subExpr->getSourceRange(), "fp options");
+ assert(!cir::MissingFeatures::cgFPOptionsRAII());
----------------
erichkeane wrote:
nit: unrelated change. Feel free to submit this as review-after-commit.
https://github.com/llvm/llvm-project/pull/133966
More information about the cfe-commits
mailing list