[Mlir-commits] [mlir] [mlir] NFC: Clarify documentation on InferShapedTypeOpInterface::inferReturnTypeComponents (PR #70350)
Mehdi Amini
llvmlistbot at llvm.org
Mon Oct 30 14:44:37 PDT 2023
================
@@ -142,6 +142,9 @@ def InferShapedTypeOpInterface : OpInterface<"InferShapedTypeOpInterface"> {
Unknown (e.g., unranked) shape and nullptrs for element type and attribute
may be returned by this function while returning success. E.g., partial
population of components is not error condition.
+
+ Be aware that this method is supposed to be called with valid arguments,
+ e.g., operands are verified, or it may result in an undefined behavior.
----------------
joker-eph wrote:
Yes I would document this consistently.
https://github.com/llvm/llvm-project/pull/70350
More information about the Mlir-commits
mailing list