[PATCH] D110412: [fir] Update fir.allocmem op
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 25 06:48:41 PDT 2021
clementval added inline comments.
================
Comment at: flang/lib/Optimizer/Dialect/FIROps.cpp:85
+
+// Parser shared by Alloca and Allocmem
+template <typename FN>
----------------
mehdi_amini wrote:
> Can you document the syntax here?
>
> I'm also curious if this could just use the declarative assembly instead?
Let me give it a try with the declarative assembly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110412/new/
https://reviews.llvm.org/D110412
More information about the llvm-commits
mailing list