llvm-project/llvm/lib/Transforms
Fangrui Song 89fae41ef1 [IR] llvm::Optional => std::optional
Many llvm/IR/* files have been migrated by other contributors.
This migrates most remaining files.
2022-12-05 04:13:11 +00:00
..
AggressiveInstCombine [AggressiveInstCombine] Handle the insert point of the merged load correctly. 2022-11-29 10:53:51 +00:00
CFGuard [NFC] Removed call to getInstList() from range loops on BBs. 2022-11-29 17:33:10 -08:00
Coroutines Instructions: convert Optional to std::optional 2022-12-04 14:25:11 -06:00
Hello
IPO [IR] llvm::Optional => std::optional 2022-12-05 04:13:11 +00:00
InstCombine [IR] llvm::Optional => std::optional 2022-12-05 04:13:11 +00:00
Instrumentation [llvm] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:12:44 -08:00
ObjCARC [Transforms] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:37 -08:00
Scalar [IR] llvm::Optional => std::optional 2022-12-05 04:13:11 +00:00
Utils [IR] llvm::Optional => std::optional 2022-12-05 04:13:11 +00:00
Vectorize [llvm] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:47:13 -08:00
CMakeLists.txt