[PATCH] D127729: [Bitcode] Support expanding constant expressions into instructions

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 23:41:46 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/lib/Bitcode/Reader/BitcodeReader.cpp:98
+static cl::opt<bool> ExpandConstantExprs(
+    "expand-constant-exprs", cl::init(false), cl::Hidden,
+    cl::desc(
----------------
Omit `cl::init(false), `


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

https://reviews.llvm.org/D127729



More information about the llvm-commits mailing list