search for: case61

Displaying 4 results from an estimated 4 matches for "case61".

Did you mean: case1
2011 Jan 04
4
[LLVMdev] Bug in MachineInstr::isIdenticalTo
...e. Here is some cut-down LLVM-IR to showcase the issue: switch.case: ; preds = %if.end %tmp53 = extractelement <4 x i32> %format, i32 1 ; <i32> [#uses=1] switch i32 %tmp53, label %if.then [ i32 1, label %switch.case55 i32 2, label %switch.case61 ] switch.case55: ; preds = %switch.case %arrayidx = getelementptr i8 addrspace(1)* %conv3, i32 %tmp22 ; <i8 addrspace(1)*> [#uses=1] %tmp59 = extractelement <4 x i32> %9, i32 0 ; <i32> [#uses=1] %conv60 = trunc i32 %tmp59 to i8...
2011 Jan 04
0
[LLVMdev] Bug in MachineInstr::isIdenticalTo
...LLVM-IR to showcase the issue: > switch.case: ; preds = %if.end > %tmp53 = extractelement <4 x i32> %format, i32 1 ; <i32> [#uses=1] > switch i32 %tmp53, label %if.then [ > i32 1, label %switch.case55 > i32 2, label %switch.case61 > ] > switch.case55: ; preds = %switch.case > %arrayidx = getelementptr i8 addrspace(1)* %conv3, i32 %tmp22 ; <i8 addrspace(1)*> [#uses=1] > %tmp59 = extractelement <4 x i32> %9, i32 0 ; <i32> [#uses=1] > %conv60 = trun...
2013 Apr 23
2
Tests not aborting when appropriate
...llcheck when I found something weird. After editing the *expect.meta files , make fullcheck ran all tests and said "All tests passed", but the output included this (this is the last tests from test_metaflac.sh) > [...] > test case60: --remove --block-type=PICTURE... OK > test case61: --import-picture-from... OK > test case62: --import-picture-from... OK > Testing FLAC file with unknown metadata... OK > Testing FLAC replaygain 8000 (8000 x 1) ... awk: line 29: function > lshift never defined > ERROR, Expected -12.73 db instead of comment[1]: > REPLAYGAIN_TRA...
2013 Apr 24
0
Tests not aborting when appropriate
...d. After editing > the *expect.meta files , make fullcheck ran all tests and said "All > tests passed", but the output included this (this is the last tests from > test_metaflac.sh) > > > [...] > > test case60: --remove --block-type=PICTURE... OK > > test case61: --import-picture-from... OK > > test case62: --import-picture-from... OK > > Testing FLAC file with unknown metadata... OK > > Testing FLAC replaygain 8000 (8000 x 1) ... awk: line 29: function > > lshift never defined That's an error in the awk script, which is embed...