This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Replace sysmtem call to `llc` with target machine
ClosedPublic

Authored by jhuber6 on Jan 25 2022, 2:49 PM.

Details

Summary

This patch replaces the system call to the llc binary with a library
call to the target machine interface. This should be faster than
relying on an external system call to compile the final wrapper binary.

Depends on D118155

Diff Detail

Event Timeline

jhuber6 created this revision.Jan 25 2022, 2:49 PM
jhuber6 requested review of this revision.Jan 25 2022, 2:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2022, 2:49 PM
This revision is now accepted and ready to land.Jan 31 2022, 7:05 PM
This revision was landed with ongoing or failed builds.Jan 31 2022, 8:12 PM
This revision was automatically updated to reflect the committed changes.