Skip to content

SAFECode should have an optimization to eliminate trivially safe checks #11752

@llvmbot

Description

@llvmbot
Bugzilla Link 11380
Resolution FIXED
Resolved on Nov 14, 2011 22:52
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

There are some trivial optimizations that SAFECode is not doing. For example, if a load or store accesses a local alloca or global memory object using its starting address, such a check can be easily verified as always safe and eliminated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions