[LLVMbugs] [Bug 14996] ConstantFoldInsertValueInstruction crashes when folding vectors

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Jan 19 04:10:35 PST 2013


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

Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |baldrick at free.fr
         Resolution|                            |FIXED

--- Comment #2 from Duncan Sands <baldrick at free.fr> 2013-01-19 06:10:35 CST ---
If you build LLVM with assertions enabled, you would have gotten an assertion
failure when creating the IR.  You should always have assertions enabled when
developing with LLVM, it will save you a lot of time.

If you run the verifier (opt -verify my.bc) then it should also have been
rejected.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list