Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/MLIRContext.h | ||
---|---|---|
139 | convenient during testing ? (testing way sounds awkard). | |
140 | I don't know if I follow the "and ..." part. I'd just stop before then. E.g., MLIR here is opaque and I think rather refers to passes/lowerings (where these should be handled conservatively but be supported really) but you are more likely to run into unmet expectations/surprises wrt conservative behavior. But it does't seem to be specific to MLIR for me there. |
mlir/include/mlir/IR/MLIRContext.h | ||
---|---|---|
140 | I'm trying to address "crashes" and other stuff around our "system" invariants, like https://github.com/llvm/llvm-project/issues/60569 |
mlir/include/mlir/IR/MLIRContext.h | ||
---|---|---|
140 | I made it a bit more explicit and pushed, but I'll adjust if you have other suggestions! |
convenient during testing ? (testing way sounds awkard).