[PATCH] D118697: [flang] Lower basic STOP statement
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 08:32:52 PST 2022
kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: flang/lib/Lower/Runtime.cpp:9-22
+#include "flang/Lower/Runtime.h"
+#include "flang/Lower/Bridge.h"
+#include "flang/Lower/Todo.h"
+#include "flang/Optimizer/Builder/BoxValue.h"
+#include "flang/Optimizer/Builder/FIRBuilder.h"
+#include "flang/Optimizer/Builder/Runtime/RTBuilder.h"
+#include "flang/Parser/parse-tree.h"
----------------
Nit: It might be possible to trim this, I guess time-intrinsic, random etc are probably not needed now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118697/new/
https://reviews.llvm.org/D118697
More information about the llvm-commits
mailing list