http://llvm.org/bugs/show_bug.cgi?id=16741

            Bug ID: 16741
           Summary: ARM isel hits assert with simple program
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 10953
  --> http://llvm.org/bugs/attachment.cgi?id=10953&action=edit
test case

With top-of-tree and the attached 5 statement bitcode file, I'm hitting an
assert in ARM instruction selection:

% llc -mattr=+neon -mcpu=cortex-a15 bugpoint-reduced-simplified.ll
Assertion failed: ((!From->hasAnyUseOfValue(i) || From->getValueType(i) ==
To->getValueType(i)) && "Cannot use this version of ReplaceAllUsesWith!"),
function ReplaceAllUsesWith, file SelectionDAG.cpp, line 5574.
%

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to