[clang] [CIR] Add binary operators (PR #132420)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 21 14:50:35 PDT 2025
================
@@ -93,16 +96,20 @@ struct MissingFeatures {
static bool stackSaveOp() { return false; }
static bool aggValueSlot() { return false; }
static bool generateDebugInfo() { return false; }
+ static bool getFPFeaturesInEffect() { return false; }
----------------
andykaylor wrote:
We can probably combine this with CGFPOptionsRAII.
https://github.com/llvm/llvm-project/pull/132420
More information about the cfe-commits
mailing list