[llvm] Add interface to check if a call has a deopt bundle (NFC) (PR #91348)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 11:48:21 PDT 2024
================
@@ -2849,7 +2849,7 @@ bool IRTranslator::translateInvoke(const User &U,
return false;
// FIXME: support whatever these are.
- if (I.countOperandBundlesOfType(LLVMContext::OB_deopt))
----------------
arsenm wrote:
Does this imply there could have been multiple?
https://github.com/llvm/llvm-project/pull/91348
More information about the llvm-commits
mailing list