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

            Bug ID: 35515
           Summary: SimplifyDemandedUseBits: Assertion `isa<X>(Val) &&
                    "cast<Ty>() argument of incompatible type!"' failed
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: pauls...@linux.vnet.ibm.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 19516
  --> https://bugs.llvm.org/attachment.cgi?id=19516&action=edit
reduced testcase

Instcombiner triggers this assert. Although discovered with csmith on SystemZ,
this also triggers with -mtriple=x86_64-unknown-linux-gnu.

bin/opt -S -O2 ./tc_instcomb_demandUseBits.ll

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to