[PATCH] D42551: [Debug] Add dbg.value intrinsics for PHIs created during LCSSA.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 15:30:36 PST 2018


davide reopened this revision.
davide added a comment.
This revision is now accepted and ready to land.

There are other instructions that may be broken by this transformation, as LLVM requires them to be the first in the block, e.g. `catchpad`.
https://llvm.org/docs/LangRef.html#id1329


Repository:
  rL LLVM

https://reviews.llvm.org/D42551





More information about the llvm-commits mailing list