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
Without this, LLVM is miscompiled (because of UB in User.cpp) when built with GCC LTO. Given that -fno-lifetime-dse is a GCC only flag and we know it was miscompiled otherwise with GCC LTO, I think we can safely backport it.