You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: di_generics: Ensure that my_function call isn't optimized out
The previous code, which wasn't making any use of the return value of
`my_function`, was optimized out after upgrading to LLVM 20. Using the
return value prevents that.
0 commit comments