[llvm] llvm::Optional::value => operator*/operator->
authorFangrui Song <i@maskray.me>
Sat, 17 Dec 2022 05:23:45 +0000 (05:23 +0000)
committerFangrui Song <i@maskray.me>
Sat, 17 Dec 2022 05:23:45 +0000 (05:23 +0000)
commita3209b0fbcf7c1af038cc88b5c410ca89c261a62
tree5f0f2dd5c9aabdd64aea531d3ce633776055190a
parentfc6ca0d05377e30b8f51f7ee904834e06c137342
[llvm] llvm::Optional::value => operator*/operator->

std::optional::value() has undesired exception checking semantics and is
unavailable in some older Xcode. The call sites block std::optional migration.
llvm/lib/Debuginfod/Debuginfod.cpp
llvm/lib/Frontend/OpenMP/OMPContext.cpp
llvm/unittests/IR/VPIntrinsicTest.cpp