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

Nikita Popov <nikita....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |nikita....@gmail.com

--- Comment #3 from Nikita Popov <nikita....@gmail.com> ---
Nowadays this fails with:

Intrinsic has incorrect return type!
{ <4 x i32>, i1 } (<4 x i32>, <4 x i32>)* @llvm.umul.with.overflow.v4i32

Vector overflow intrinsics are accepted, but require <4 x i1> type.

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

Reply via email to