Skip to content

Alias analysis chaining doesn't work #1890

@asl

Description

@asl
Bugzilla Link 1518
Resolution WONTFIX
Resolved on Feb 22, 2010 12:42
Version trunk
OS Linux

Extended Description

Consider attached source file. This is our custom alias analysis helper for
llvm-qemu. It's easy to check, that it can be ImmutablePass, not ModulePass.

But this approach doesn't work (simple change ModulePass to ImmutablePass
everywhere plus runModule() -> initializePass()).

Also (maybe unrealted) - the name of BasicAA is reported wrong at -time-passes,
the name of its superclass is reported instead (NoAA)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillawontfixIssue is real, but we can't or won't fix it. Not invalid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions