[PATCH] D69943: Attempt to Salvage Debug Info or undef intrinsics when dropping trivially deletable instructions in reassociate pass

Tom Weaver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 07:04:50 PST 2019


TWeaver added a comment.

In D69943#1736998 <https://reviews.llvm.org/D69943#1736998>, @dstenb wrote:

> If D69809 <https://reviews.llvm.org/D69809> lands before this patch, then you can use the helper function `salvageDebugInfoOrMarkUndef()` which the former introduces.


Oh that'd be great, I'll hold off until that goes through then and touch this patch up to use the new helper. thanks for the shout out!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69943/new/

https://reviews.llvm.org/D69943





More information about the llvm-commits mailing list