[flang-commits] [PATCH] D135959: [flang] Introduce option to lower expression to HLFIR
Pete Steinfeld via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Oct 14 10:05:21 PDT 2022
PeteSteinfeld added a comment.
It looks to me like references to the data member `lowerToHighLevelFIR` should be made consistent.
================
Comment at: flang/include/flang/Lower/LoweringOptions.h:29
+ /// Off by default until fully ready.
+ unsigned lowerToHighLevelFIR : 1;
+
----------------
Shouldn't this be `bool` rather than `unsigned`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135959/new/
https://reviews.llvm.org/D135959
More information about the flang-commits
mailing list