Displaying 4 results from an estimated 4 matches for "ialu".
Did you mean:
alu
2013 Mar 15
3
[LLVMdev] Can the FileCheck ignore spaces ?
Hi all:
I'm writing testcase for the MC layer regression in llvm, the
disassembled string is a bit complicate, for example:
"IALU.T0 (I0) = BIU0.DM ; REPEAT AT ( 2 ) ;;"
The spaces in the disassembled string is error-prone. Is there any
option to tell the FileCheck utility to ignore the spaces ?
Kind Regards.
Shawn.
2013 Mar 15
0
[LLVMdev] Can the FileCheck ignore spaces ?
...es white spaces/tabs by default unless you use
"--strict-whitespace" option.
2013/3/15 Shawn <shaolin.xie at ia.ac.cn>:
> Hi all:
> I'm writing testcase for the MC layer regression in llvm, the
> disassembled string is a bit complicate, for example:
> "IALU.T0 (I0) = BIU0.DM ; REPEAT AT ( 2 ) ;;"
> The spaces in the disassembled string is error-prone. Is there any
> option to tell the FileCheck utility to ignore the spaces ?
>
> Kind Regards.
>
> Shawn.
>
--
æšćć (Yang Yong-Yong)
2013 Mar 16
1
[LLVMdev] Can the FileCheck ignore spaces ?
...unless you use
> "--strict-whitespace" option.
>
> 2013/3/15 Shawn <shaolin.xie at ia.ac.cn>:
>> Hi all:
>> I'm writing testcase for the MC layer regression in llvm, the
>> disassembled string is a bit complicate, for example:
>> "IALU.T0 (I0) = BIU0.DM ; REPEAT AT ( 2 ) ;;"
>> The spaces in the disassembled string is error-prone. Is there any
>> option to tell the FileCheck utility to ignore the spaces ?
>>
>> Kind Regards.
>>
>> Shawn.
>>
>
>
--
================...
2013 Mar 15
0
[LLVMdev] Problems about developing LLVM pass on windows visual studio
...e spaces ?
> Message-ID: <5142D8C0.6060407 at ia.ac.cn>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi all:
> I'm writing testcase for the MC layer regression in llvm, the
> disassembled string is a bit complicate, for example:
> "IALU.T0 (I0) = BIU0.DM ; REPEAT AT ( 2 ) ;;"
> The spaces in the disassembled string is error-prone. Is there any
> option to tell the FileCheck utility to ignore the spaces ?
>
> Kind Regards.
>
> Shawn.
>
>
>
> ------------------------------
>
> ____...