Reproducible with =-1 and assert: https://reviews.llvm.org/P8309
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks for catching that, it is indeed broken. I think there's only one path through the code that ends up reading that uninitialized, and the output from it shouldn't be used, so this is a safe way to fix it.