[PATCH] D113662: [fir] Add placeholder conversion pattern for disptach operations
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 03:50:39 PST 2021
kiranchandramohan accepted this revision.
kiranchandramohan added inline comments.
This revision is now accepted and ready to land.
================
Comment at: flang/lib/Optimizer/CodeGen/CodeGen.cpp:374
+/// Lower of `fir.dispatch` operation. A virtual call to a method in a dispatch
+/// table.
----------------
Micro Nit: Lower of -> Lower
or
Lowering of
Similarly for others.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113662/new/
https://reviews.llvm.org/D113662
More information about the llvm-commits
mailing list