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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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. |