[Mlir-commits] [mlir] [mlir] Add `[[lifetimebound]]` to Range classes. (PR #123091)
Christian Sigg
llvmlistbot at llvm.org
Wed Jan 15 10:07:13 PST 2025
================
@@ -74,8 +74,8 @@ class SuccessorRange final
public:
using RangeBaseT::RangeBaseT;
SuccessorRange();
- SuccessorRange(Block *block);
- SuccessorRange(Operation *term);
+ SuccessorRange(Block *block LLVM_LIFETIME_BOUND);
----------------
chsigg wrote:
Thanks River for noticing! Removed.
https://github.com/llvm/llvm-project/pull/123091
More information about the Mlir-commits
mailing list