This is an archive of the discontinued LLVM Phabricator instance.

Get non debug metadata ids.
AbandonedPublic

Authored by hiraditya on Sep 23 2016, 9:14 AM.

Details

Reviewers
spatel
danielcdh

Diff Detail

Event Timeline

hiraditya updated this revision to Diff 72297.Sep 23 2016, 9:14 AM
hiraditya retitled this revision from to Get non debug metadata ids..
hiraditya updated this object.
hiraditya added reviewers: danielcdh, spatel.
hiraditya added subscribers: sebpop, llvm-commits.
danielcdh edited edge metadata.Oct 3 2016, 12:53 PM

My understanding is that all API changes should come with its uses to prevent redundant functions in the final binary. Why not combine this patch with the change that uses these new APIs?

P.S. I'm not an LLVM expert, and my understanding was based on my limited experience.

hiraditya abandoned this revision.Oct 4 2016, 7:39 AM
hiraditya mentioned this in D22630: Loop rotation.

Merged the changes with D22630