================ @@ -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; } + static bool pointerOverflowSanitizer() { return false; } static bool fpConstraints() { return false; } static bool sanitizers() { return false; } static bool addHeapAllocSiteMetadata() { return false; } static bool targetCodeGenInfoGetNullPointer() { return false; } - static bool CGFPOptionsRAII() { return false; } static bool loopInfoStack() { return false; } static bool requiresCleanups() { return false; } static bool createProfileWeightsForLoop() { return false; } static bool emitCondLikelihoodViaExpectIntrinsic() { return false; } static bool pgoUse() { return false; } + static bool cgFPOptionsRAII() { return false; } + static bool metaDataNode() { return false; } + static bool foldBinOpFMF() { return false; } ---------------- mmha wrote:
What do you suggest? `fastMath()`? Or just leave it entirely? https://github.com/llvm/llvm-project/pull/132420 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits