[PATCH] D110415: [fir] Update fir.alloca op

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 25 11:10:43 PDT 2021


mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/lib/Optimizer/Dialect/FIROps.cpp:192
+  result.addAttributes(attributes);
+}
+
----------------
For trivial builder forwarding, you can also inline the body in ODS if you prefer.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110415/new/

https://reviews.llvm.org/D110415



More information about the llvm-commits mailing list