[PATCH] D110877: [fir][NFC] Update doc for pinned attr in fir.alloca

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 13:43:12 PDT 2021


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.

Thanks @clementval for adding the doc and also for upstreaming the pinned attribute change. Have Nit comment.



================
Comment at: flang/include/flang/Optimizer/Dialect/FIROps.td:128
+    The pinned attribute is used to flag fir.alloca operation in a specific 
+    region and avoid them to be hoisted in a alloca hoisting pass. 
   }];
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110877



More information about the llvm-commits mailing list