https://bugs.llvm.org/show_bug.cgi?id=51787

            Bug ID: 51787
           Summary: SCEV crashes in IndVarSimplify
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Loop Optimizer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Created attachment 25238
  --> https://bugs.llvm.org/attachment.cgi?id=25238&action=edit
Testcase

Cause bisected to https://reviews.llvm.org/D104806

To reproduce:

clang -cc1 -emit-obj -O2
-fsanitize=address,array-bounds,bool,builtin,float-cast-overflow,integer-divide-by-zero,null,return,returns-nonnull-attribute,shift-exponent,signed-integer-overflow,unreachable,vla-bound,local-bounds
-o ~/out.o reduced.ll

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to