[PATCH] D34011: [IR] Remove getNumSuccessorsV/getSuccessorV/setSuccessorV from the TerminatorInst subclasses as much as possible now that Value has been de-virtualized
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 14:50:50 PDT 2017
craig.topper added a comment.
One downfall of this is that a future new TerminatorInst that forgets to implement these will not get a compile error and instead of will get an infinite loop at runtime.
https://reviews.llvm.org/D34011
More information about the llvm-commits
mailing list