[PATCH] D49337: Skip debuginfo intrinsic in markLiveBlocks.
Xin Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 14 20:28:38 PDT 2018
trentxintong added a comment.
@hfinkel I get what you mean. Basically moving the IntrinsicInst check inside the call does not result us doing extra work when processing IntrinsicInst as we essentially do the same things in the dyn_cast<IntrinsicInst>. I will update the diff accordingly.
Repository:
rL LLVM
https://reviews.llvm.org/D49337
More information about the llvm-commits
mailing list