Skip to content

llc fails an assertion in ScheduleDAG #3221

@llvmbot

Description

@llvmbot
Bugzilla Link 2849
Resolution FIXED
Resolved on Oct 13, 2008 18:39
Version trunk
OS Linux
Attachments bitcode file of the spec 2006 lbm benchmark with the custom transformation causing llc to fail
Reporter LLVM Bugzilla Contributor
CC @asl

Extended Description

llc fails an assertion in the ScheduleDAG at line number 885. The following assert is not satisfied.
Assertion '0 && This target-independent node should have been selected'

I am using llvm-2.3 with svn revision number 53702
and llvm-gcc with svn revision number 53705.
Host machine is x86-64 base and run suse linux.
llvm is compiled using gcc-4.2.0

I have attached the reduced bitcode generated by bugpoint, for the spec 2006 benchmark 470.lbm with a custom transformation run through opt. The bitcode has been verified after the custom transformation using -verify-each argument to opt.

Santosh

Metadata

Metadata

Assignees

No one assigned

    Labels

    ABIApplication Binary InterfacebugzillaIssues migrated from bugzillatools:llc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions