https://github.com/antoniofrighetto commented:
> > IIRC DSE implicitly relies on the store also being dead on unwind if it's > > dead on return. Though I guess for that it's not strictly necessary to > > change dead_on_unwind, as long as we specify that dead on return only > > implies dead on unwind for the same range. > > I've updated the langref entry to mention that `dead_on_return` only implies > `dead_on_unwind` for the specific range. Missing change? https://github.com/llvm/llvm-project/pull/171712 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
