This is an archive of the discontinued LLVM Phabricator instance.

NFC. Move Verifier::verifyIntrinsicType to Intrinsics.h
ClosedPublic

Authored by apilipenko on Apr 21 2016, 10:23 AM.

Details

Summary

Move Verifier::verifyIntrinsicType to Intrinsics::matchIntrinsicsType. Will be used to accumulate overloaded types of a given intrinsic by the upcoming patch to fix intrinsics names when overloaded types are renamed.

Diff Detail

Repository
rL LLVM

Event Timeline

apilipenko retitled this revision from to NFC. Move Verifier::verifyIntrinsicType to Intrinsics.h.
apilipenko updated this object.
reames accepted this revision.May 5 2016, 5:41 PM
reames edited edge metadata.

LGTM w/comment addressed.

include/llvm/IR/Intrinsics.h
137 ↗(On Diff #54528)

I know your just moving code, but would you mind fixing this comment as well? It's really not clear that the function is actively modifying the ArrayRef passed in.

This revision is now accepted and ready to land.May 5 2016, 5:41 PM
This revision was automatically updated to reflect the committed changes.