================ @@ -146,6 +146,13 @@ Non-comprehensive list of changes in this release New Compiler Flags ------------------ +* ``-fverify-intermediate-code`` and it's complement ``-fno-verify-intermediate-code``. + Enables or disables verification of the generated LLVM IR. + It's strongly encouraged to enable this verification, as it can catch hard to + find code generation bugs. ---------------- mizvekov wrote:
Strongly recommending doing something that is opt-in, versus making that something opt-out, versus forcing it, all have different trade-offs, and I am not trying to make any blank statements here that any of them don't make sense. I think keeping it opt-in, but recommending people do so, is sensible progressive political approach, especially when this choice can have financial costs on them :) https://github.com/llvm/llvm-project/pull/68172 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits