[PATCH] D113278: [flang][CodeGen] Transform `fir.call` to `llvm.call`

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 15:40:24 PDT 2021


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.

LGTM.



================
Comment at: flang/lib/Optimizer/CodeGen/CodeGen.cpp:82
 
+// `fir.cal` -> `llvm.call`
+struct CallOpConversion : public FIROpConversion<fir::CallOp> {
----------------
micro NIT: fir.cal -> fir.call :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113278



More information about the llvm-commits mailing list