"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3652ef7587663bea5583eec2a304aa84d64bb2e5"
Refine ArgPromotion metadata handling
Summary: In r353537 we now copy all metadata to the new function, with the old being removed when the old function is eliminated. In some cases the old function is dropped to a declaration (seems to only occur with the old PM). Go ahead and clear all metadata from the old function to handle that case, since verification will complain otherwise. This is consistent with what was being done for debug metadata before r353537. Reviewers: davidxl, uabelho Subscribers: jdoerfert, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58215 llvm-svn: 354032
Loading
Please register or sign in to comment