The CallTargetProfile should be added to FProfile to be consistent with other profile readers.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 4183 Build 4183: arc lint + arc unit
Event Timeline
test/Transforms/SampleProfile/indirect-call.ll | ||
---|---|---|
5 ↗ | (On Diff #89301) | is there a need for the GCC prefix? The pattern is the same as the existing one. |
test/Transforms/SampleProfile/indirect-call.ll | ||
---|---|---|
5 ↗ | (On Diff #89301) | The gcc version of the profile only contains the profile for "test". As there is no tool to convert llvm profile to gcc format, I need to manually fake a gcc profile, which is not easy when there is inline stack. |
Comment Actions
The gcc reader does not work on certain architectures. Move the tests to a separate file and added XFAIL for those architectures.