Files
clang-p2996/mlir
Longsheng Mou e08e5e2c42 [mlir][transforms] Use isExternal instead of isDeclaration for FunctionOpInterface (#116573)
This PR fixes a bug in `RemoveDeadValues` where the
`FunctionOpInterface` does not have the `isDeclaration` method. As a
result, we should use the `isExternal` method instead. Fixes #116347.
2024-12-04 11:14:37 +08:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.