[PATCH] D44312: Retain both sets of debug intrinsics in HoistThenElseCodeToIf (fixes PR 36410)

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 14:48:36 PST 2018


vsk added a comment.

In order for both dbg.values for "a" to be hoisted in Eli's example, wouldn't the stores into "a" need to be identical?


Repository:
  rL LLVM

https://reviews.llvm.org/D44312





More information about the llvm-commits mailing list