ΒΆbool isAssumeWithEmptyBundle(
llvm::AssumeInst& Assume)
bool isAssumeWithEmptyBundle(
llvm::AssumeInst& Assume)
Description
Return true iff the operand bundles of the provided llvm.assume doesn't contain any valuable information. This is true when: - The operand bundle is empty - The operand bundle only contains information about dropped values or constant folded values. the argument to the call of llvm.assume may still be useful even if the function returned true.
Declared at: llvm/include/llvm/Analysis/AssumeBundleQueries.h:145
Parameters
- llvm::AssumeInst& Assume