Displaying 4 results from an estimated 4 matches for "classllvm_1_1mvt".
Did you mean:
classllvm_1_1jit
2010 Jul 15
2
[LLVMdev] v16i32/v16f32
Hi
I find types such as v16i32, v16f32 missing in my llvm version 2.7
So does the following page not list them
http://llvm.org/docs/doxygen/html/classllvm_1_1MVT.html
is that intentional for any reason or can I just add them ?
thanks
shrey
2010 Jul 15
0
[LLVMdev] v16i32/v16f32
On Wed, Jul 14, 2010 at 6:48 PM, shreyas krishnan <shreyas76 at gmail.com> wrote:
> Hi
> I find types such as v16i32, v16f32 missing in my llvm version 2.7
>
> So does the following page not list them
> http://llvm.org/docs/doxygen/html/classllvm_1_1MVT.html
>
> is that intentional for any reason or can I just add them ?
As far as I know, they're not there simply because there isn't any use
for them in any current backend.
-Eli
2010 Jul 17
2
[LLVMdev] v16i32/v16f32
...m> wrote:
> On Wed, Jul 14, 2010 at 6:48 PM, shreyas krishnan <shreyas76 at gmail.com> wrote:
>> Hi
>> I find types such as v16i32, v16f32 missing in my llvm version 2.7
>>
>> So does the following page not list them
>> http://llvm.org/docs/doxygen/html/classllvm_1_1MVT.html
>>
>> is that intentional for any reason or can I just add them ?
>
> As far as I know, they're not there simply because there isn't any use
> for them in any current backend.
>
> -Eli
>
2017 Mar 14
2
Help understanding and lowering LLVM IDS conditional codes correctly
On 03/14/2017 07:16 AM, vivek pandya wrote:
> Hello Hal,
> setCondCodeAction(expand) for un ordered comparison generates
> semantically wrong code for me for example SETUNE gets converted to
> SETOE that causes infinite loops.
Can you please explain what is happening? It sounds like a bug we should
fix.
>
> What is ideal place where I can convert unordered comparison to un