- Modify HasParent trait to allow one of several op's as a parent -
- Expose this trait in the ODS framework using the ParentOneOf<> trait.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/OpDefinition.h | ||
---|---|---|
1162 | Does << llvm::makeArrayRef(...) not work? |
mlir/include/mlir/IR/OpDefinition.h | ||
---|---|---|
1162 | Looks like it does. I have adopted that now. |
Comment Actions
The 2 test failures look unrelated to this change. As such, I'd appreciate if someone can help land this change.
Does << llvm::makeArrayRef(...) not work?