[PATCH] D77956: [MLIR][NFC] add doc cross links from/to std.alloca
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 11 15:28:34 PDT 2020
rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/include/mlir/Dialect/StandardOps/IR/Ops.td:331
+ surrounding operation with an
+ [`AutomaticAllocationScope`](../Traits.md#automaticallocationscope) trait. The amount of
memory allocated is specified by its memref and additional operands. For
----------------
Please wrap this at 80 characters.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77956/new/
https://reviews.llvm.org/D77956
More information about the llvm-commits
mailing list