[PATCH] D96992: [IR] Move willReturn() to Instruction
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 13:36:13 PST 2021
jdoerfert added inline comments.
================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:5064
- if (isa<ResumeInst>(I))
- return false;
if (isa<ReturnInst>(I))
----------------
Where did this logic go?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96992/new/
https://reviews.llvm.org/D96992
More information about the llvm-commits
mailing list