LLVM 学习笔记 我在阅读 LLVM 源代码、学习 LLVM 相关内容时记录的笔记。如果发现错误,有意见或者建议,欢迎提 Issue 指出。 Read the Docs 在线文档地址:https://llvm-study-notes.readthedocs.io/ Contents: Important and useful LLVM APIs RTTI in LLVM StringRef & Twine LLVM IR ConstantExpr SSA SSA construction Mem2Reg Analysis Alias Analysis Transform Aggressive Dead Code Elimination Called Value Propagation Correlated Value Propagation SLP Vectorizer Link Time Optimization LTO Remove Dead Symbol Sanitizer How To Write a Sanitizer How Sanitizer Runtime Initialized How Sanitizer Interceptor Works How Sanitizer Get Stack Trace ThreadSanitizer GWP-ASan Misc Exploring C++ Undefined Behavior Using Constexpr