OSDN Git Service

Remove valueCoversEntireFragment asserts in ConvertDebugDeclareToDebugValue
authorBjorn Pettersson <bjorn.a.pettersson@ericsson.com>
Tue, 19 Jun 2018 08:41:34 +0000 (08:41 +0000)
committerBjorn Pettersson <bjorn.a.pettersson@ericsson.com>
Tue, 19 Jun 2018 08:41:34 +0000 (08:41 +0000)
commit339ffa44503e3dc8f438bf27e6ad788413401e14
tree2fe7c98763d897c63cb54c80e52f0c0def147d44
parent96f21df44877143de055b6ba81373a6acf13d0ad
Remove valueCoversEntireFragment asserts in ConvertDebugDeclareToDebugValue

This is a fixup for r334830 causing problems in polly-aosp buildbot.

Focus in r334830 was to fix a problem seen with
ConvertDebugDeclareToDebugValue involving store instructions.
It also added some asserts to find out of similar problems
existed for the ConvertDebugDeclareToDebugValue functions
involving load and phi instructions. One of those asserts seems
to blow in the polly-aosp buildbot, so I'll revert the asserts
while debugging.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/Local.cpp