[LLVMbugs] [Bug 12650] assertion raises with fcmp related ll code

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat May 5 12:44:09 PDT 2012


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

Meador Inge <meadori at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |meadori at gmail.com
         Resolution|                            |DUPLICATE

--- Comment #1 from Meador Inge <meadori at gmail.com> 2012-05-05 14:44:09 CDT ---
The same ICE can be reproduced with the following simpler code:

@X = global <4 x i1> <i1 0, i1 0, i1 1, i1 1>

define void @store_v4i1(<4 x i1> %a){
  store <4 x i1> %a, <4 x i1>* @X, align 4
  ret void
}

The problem is that LLVM does not support vectors of i1.  See:
http://llvm.org/bugs/show_bug.cgi?id=1784.

*** This bug has been marked as a duplicate of bug 1784 ***

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