[Mlir-commits] [mlir] [mlir][IR] Add transient scope support for resettable MLIRContext. (PR #217320)

Mehdi Amini llvmlistbot at llvm.org
Wed Aug 19 05:59:50 PDT 2026


================

----------------
joker-eph wrote:

Why not use a bitfield?


```suggestion
  uint32_t numShards:31 = 0;
  uint32_t isTransientScope:1 = 0;
```


https://github.com/llvm/llvm-project/pull/217320


More information about the Mlir-commits mailing list