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

            Bug ID: 42814
           Summary: Runtime error with ubsan opt
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

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

opt -sccp ubsan_error.ll

lib/Analysis/ConstantFolding.cpp:547:14: runtime error: signed integer
overflow: 9223372036854775807 + 1 cannot be represented in type 'long'

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