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

            Bug ID: 25750
           Summary: Float2Int transform fails with vector instructions.
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: zal...@google.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Created attachment 15399
  --> https://llvm.org/bugs/attachment.cgi?id=15399&action=edit
Trivial bitcode example that causes Float2Int pass to fail.

The Float2Int transform pass fails if it matches an instruction sequence that
has vector operands. A trivial example is provided which causes the following
error in Type::getFltSemantics:

Invalid floating type
UNREACHABLE executed at
/usr/local/google/home/zalman/src/halide/llvm/include/llvm/IR/Type.h:165!

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