summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/OCamlLangImpl5.rst
diff options
context:
space:
mode:
authorMikael Holmen <mikael.holmen@ericsson.com>2017-07-10 06:07:24 +0000
committerMikael Holmen <mikael.holmen@ericsson.com>2017-07-10 06:07:24 +0000
commite0ced14449c18aad0fc5cd526b4728c3c3dd5ee0 (patch)
tree34f99f55e803abea45d6c123b3a9eb4bc82d2692 /llvm/docs/tutorial/OCamlLangImpl5.rst
parent1efd10ab75b41d6976bb81d41e28cdb8bafb8e7a (diff)
downloadbcm5719-llvm-e0ced14449c18aad0fc5cd526b4728c3c3dd5ee0.tar.gz
bcm5719-llvm-e0ced14449c18aad0fc5cd526b4728c3c3dd5ee0.zip
[ArgumentPromotion] Change use of removed argument in llvm.dbg.value to undef
Summary: This solves PR33641. When removing a dead argument we must also handle possibly existing calls to llvm.dbg.value that use the removed argument. Now we change the use of the otherwise dead argument to an undef for some other pass to cleanup later. If the calls are left untouched, they will later on cause errors: "function-local metadata used in wrong function" since the ArgumentPromotion rewrites the code by creating a new function with the wanted signature, but the metadata is not recreated so the new function may then erroneously use metadata from the old function. Reviewers: mstorsjo, rnk, arsenm Reviewed By: rnk Subscribers: wdng, llvm-commits Differential Revision: https://reviews.llvm.org/D34874 llvm-svn: 307521
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl5.rst')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud