================ @@ -20,13 +20,22 @@ namespace llvm { +struct LowerAllowCheckOptions { + std::vector<double> placeholder; // TODO: cutoffs ---------------- thurstond wrote: Done https://github.com/llvm/llvm-project/pull/122765