[PATCH] D110412: [fir] Update fir.allocmem op

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 24 09:39:18 PDT 2021


mehdi_amini added inline comments.


================
Comment at: flang/lib/Optimizer/Dialect/FIROps.cpp:85
+
+// Parser shared by Alloca and Allocmem
+template <typename FN>
----------------
Can you document the syntax here?

I'm also curious if this could just use the declarative assembly instead?


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