[clang] Performance optimizations for function effects (nonblocking attribute etc.) (PR #96844)
Doug Wyatt via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 26 21:10:20 PDT 2024
================
@@ -7623,6 +7623,7 @@ handleNonBlockingNonAllocatingTypeAttr(TypeProcessingState &TPState,
FunctionEffectSet FX(EPI.FunctionEffects);
FunctionEffectSet::Conflicts Errs;
bool Success = FX.insert(NewEC, Errs);
+ (void)Success;
----------------
dougsonos wrote:
>From the previous branch - was generating a warning when assertions are disabled.
https://github.com/llvm/llvm-project/pull/96844
More information about the cfe-commits
mailing list