Files
clang-p2996/llvm/lib/Transforms/IPO/FunctionImport.cpp
Kazu Hirata fdbc4089e7 [LTO] Compare std::optional<ImportKind> directly with ImportKind (NFC) (#105561)
Note that:

  Opt == Val if and only (Opt && *Opt == Val)

where:

  std::optional<T> Opt;
  T Val;
2024-08-21 16:53:18 -07:00

86 KiB