This will also be added to the LTO API, right now this will
bring ThinLTO on par with Monolithic LTO on Darwin.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Teresa: there is some opportunity to improve the output to track what imported function was inlined or not. Piotr added some infrastructure, but likely not in the right format.
| llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp | ||
|---|---|---|
| 858–863 | I'm working on refactoring this so we can share between old and new LTO API. I noticed that if you comment out this block of code, the test still passes. Any ideas on how we can better test this? | |
| llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp | ||
|---|---|---|
| 858–863 | Fixed in r294784. | |
| llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp | ||
|---|---|---|
| 858–863 | Thanks! | |
I'm working on refactoring this so we can share between old and new LTO API. I noticed that if you comment out this block of code, the test still passes. Any ideas on how we can better test this?