[DSE] Use precise loc for memset_chk during overwrite checks
memset_chk may not write the number of bytes specified by the third argument, if it is larger than the destination size (specified as 4th argument). Reviewed By: asbirlea Differential Revision: https://reviews.llvm.org/D115167
Loading
Please sign in to comment