[Mlir-commits] [mlir] [mlir][Interfaces][NFC] LoopLikeOpInterface: Consistent TD formatting (PR #66097)

Ingo Müller llvmlistbot at llvm.org
Mon Sep 18 03:44:45 PDT 2023


================
@@ -17,8 +17,9 @@ include "mlir/IR/OpBase.td"
 
 def LoopLikeOpInterface : OpInterface<"LoopLikeOpInterface"> {
   let description = [{
-    Encodes properties of a loop. Operations that implement this interface will
-    be considered by loop-invariant code motion.
+    Contains helper functions to query properties and perform transformations
+    of a loop. Operations that implement this interface will be considered by
+    loop-invariant code motion.
----------------
ingomueller-net wrote:

Briefly mention the doc change in the commit message?

https://github.com/llvm/llvm-project/pull/66097


More information about the Mlir-commits mailing list