llvm-project
4ab36d89
- [IR][NFC] Inline Value::getContext() (#176662)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
38 days ago
[IR][NFC] Inline Value::getContext() (#176662) For non-LTO builds, this is a frequently called function consisting of just two instructions. Most files that include Value.h also include Type.h, so the added compile time cost is very low.
References
#176662 - [IR][NFC] Inline Value::getContext()
Author
aengelke
Parents
72b9ae5a
Loading