This is an archive of the discontinued LLVM Phabricator instance.

[CodeGenSchedule][NFC] Always emit ProcResourceUnits.
ClosedPublic

Authored by courbet on Feb 5 2018, 3:46 AM.

Details

Summary

Right now only the ProcResourceUnits that are directly referenced by
instructions are emitted. This change emits all of them, so that
analysis passes can use the information.
This has no functional impact. It typically adds a few entries (e.g. 4
for X86/haswell) to the generated ProcRes table.

Diff Detail

Repository
rL LLVM

Event Timeline

courbet created this revision.Feb 5 2018, 3:46 AM
gchatelet accepted this revision.Feb 5 2018, 4:20 AM
This revision is now accepted and ready to land.Feb 5 2018, 4:20 AM
This revision was automatically updated to reflect the committed changes.