Displaying 1 result from an estimated 1 matches for "ssertion".
Did you mean:
assertion
2008 Dec 25
2
[LLVMdev] vector compare
Hi all,
is there any way to compare two 128bit values?
I have tried 3 different approaches and they all fail with an internal
assertion.
I'm running llvm 2.4 on x86 with the following command line:
> llvm-as test.ll -o test.bc
> llc test.bc -filetype=asm
I would expect the code generator to emit a sequence of SSE
instructions.
---------------------------------------------------------------------------------------...