[PATCH] D34997: Keep metadata when changing Invoke instructions to Call ones

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 21:50:43 PDT 2017


yrouban abandoned this revision.
yrouban added a comment.

Decided to make use of attributes instead of metadata. Attributes are copied by most transformations.


https://reviews.llvm.org/D34997





More information about the llvm-commits mailing list