Skip to content

Optimizations not done without platform parameters #9068

@llvmbot

Description

@llvmbot
Bugzilla Link 8696
Resolution INVALID
Resolved on Dec 20, 2010 02:40
Version 2.8
OS Linux
Reporter LLVM Bugzilla Contributor
CC @asl

Extended Description

The strcopy and optimizations are not used when there's no platform data (espeacially the alignment information).

There are two ways to fix that:
a) an additional parameter to opt or llvm-ld that auto-injects the platform data or use the native platform
b) a command line tool that outputs the recommendend alignment settings on each platform to get the best speed

thanks for implementing ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillainvalidResolved as invalid, i.e. not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions