]> granicus.if.org Git - llvm/commit
loop-unroll: teach remapInstruction to update dbg.value intrinsics.
authorAdrian Prantl <aprantl@apple.com>
Wed, 1 Nov 2017 23:12:35 +0000 (23:12 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 1 Nov 2017 23:12:35 +0000 (23:12 +0000)
commit368924ad91dfdd49a4b28251b47f9e723241ba92
tree78de84dff031a0d3be25e8507e9a67f60d95030e
parent5616b72dcf63e997b14368dcf92991d0db3dc447
loop-unroll: teach remapInstruction to update dbg.value intrinsics.

Fixes PR35112.

https://bugs.llvm.org/show_bug.cgi?id=35112

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LoopUnroll.cpp
test/Transforms/LoopUnroll/debug-info.ll [new file with mode: 0644]