llvm-project
4ab36d89 - [IR][NFC] Inline Value::getContext() (#176662)

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.
Author
Parents
Loading