mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-25 13:05:04 +00:00
[mlir] Add notes about using external interface application.
Differential Revision: https://reviews.llvm.org/D104489
This commit is contained in:
parent
7353beda4a
commit
7f7be19e6a
@ -292,6 +292,12 @@ int main() {
|
||||
}
|
||||
```
|
||||
|
||||
Note: It is strongly encouraged to only use this mechanism if you "own" the
|
||||
interface being externally applied. This prevents a situation where neither the
|
||||
owner of the dialect containing the object nor the owner of the interface are
|
||||
aware of an interface implementation, which can lead to duplicate or
|
||||
diverging implementations.
|
||||
|
||||
#### Dialect Fallback for OpInterface
|
||||
|
||||
Some dialects have an open ecosystem and don't register all of the possible
|
||||
|
Loading…
x
Reference in New Issue
Block a user