We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f76369 commit 26b32c0Copy full SHA for 26b32c0
mlir/include/mlir/Interfaces/LoopLikeInterface.td
@@ -236,7 +236,7 @@ def LoopLikeOpInterface : OpInterface<"LoopLikeOpInterface"> {
236
InterfaceMethod<[{
237
Compute the static trip count if possible.
238
}],
239
- /*retTy=*/"::std::optional<APInt>",
+ /*retTy=*/"::std::optional<::llvm::APInt>",
240
/*methodName=*/"getStaticTripCount",
241
/*args=*/(ins),
242
/*methodBody=*/"",
0 commit comments