yaxunl added a comment. In D98783#2632143 <https://reviews.llvm.org/D98783#2632143>, @tra wrote:
> Shouldn't the unused ASCs be eliminated by DCE? We seem to be cleaning up the > consequences of a problem that happened somewhere else. DCE does not eliminate these unused ASCs because normally they should not exist. That's why we do not want them to be kept in the IR emitted by clang. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98783/new/ https://reviews.llvm.org/D98783 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits