This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Remove unused option in MachineFunctionSplitter.
ClosedPublic

Authored by snehasish on Aug 25 2023, 1:29 PM.

Details

Summary

The option was added in github.com/llvm/llvm-project/commit/90ab85a but it doesn't seem to be used. The triple check has been removed so this shouldn't be required going forward.

Diff Detail

Event Timeline

snehasish created this revision.Aug 25 2023, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2023, 1:29 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
snehasish requested review of this revision.Aug 25 2023, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2023, 1:29 PM
MaskRay accepted this revision.Aug 25 2023, 2:20 PM
This revision is now accepted and ready to land.Aug 25 2023, 2:20 PM
This revision was landed with ongoing or failed builds.Aug 25 2023, 2:24 PM
This revision was automatically updated to reflect the committed changes.