Skip to content
Commit 4b7dafd9 authored by Frej Drejhammar's avatar Frej Drejhammar Committed by Alex Zinenko
Browse files

[mlir]: Clarify docs for external OpTrait::FunctionLike ops



The documentation claims that an op with the trait FunctionLike has a
single region containing the blocks that corresponding to the body of
the function. It then goes on to say that the absence of a region
corresponds to an external function when, in fact, this is represented
by a single empty region. This patch changes the wording in the
documentation to match the implementation.

Signed-off-by: default avatarFrej Drejhammar <frej.drejhammar@gmail.com>
Co-authored-by: default avatarFrej Drejhammar <frej.drejhammar@gmail.com>
Co-authored-by: default avatarKlas Segeljakt <klasseg@kth.se>

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D89868
parent 1ed4caff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment