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

            Bug ID: 16452
           Summary: loop vectorizer: Instruction does not dominate all
                    uses
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Loop Optimizer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

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

As of r184853, running opt bugpoint-reduced-simplified.ll -loop-vectorize on
the attached input yields:

Instruction does not dominate all uses!
  %idxprom21 = zext i32 undef to i64
  %14 = getelementptr inbounds [100 x [100 x i32]]* undef, i64 0, i64
%idxprom21, i64 %13

bugpoint found this problem while I was attempting to reduce the t842 test case
from PR16431.

-- 
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