[PATCH] D40727: Syndicate duplicate code between CallInst and InvokeInst
Arnt Gulbrandsen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 03:27:21 PST 2018
arnt added a comment.
Looks like a clear improvement, but one minor point: "Callable" sounds like it's a template/base for Function and perhaps things that implement intrinsics, not like a base for instructions that call. CallerBase perhaps?
https://reviews.llvm.org/D40727
More information about the llvm-commits
mailing list