[llvm-commits] [llvm] r140731 - in /llvm/trunk/lib/Target/Mips: MipsInstrFPU.td MipsInstrInfo.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Wed Sep 28 16:35:56 PDT 2011
Hatanaka san,
> Modified:
> llvm/trunk/lib/Target/Mips/MipsInstrFPU.td
> llvm/trunk/lib/Target/Mips/MipsInstrInfo.cpp
Did you forget to update tests, or regression?
Failing Tests (2):
LLVM :: CodeGen/Mips/2008-07-07-Float2Int.ll
LLVM :: CodeGen/Mips/double2int.ll
******************** TEST 'LLVM ::
CodeGen/Mips/2008-07-07-Float2Int.ll' FAILED ********************
Script:
--
/home/chapuni/bb/cmake-llvm-x86_64-linux/build/bin/./llc <
/home/chapuni/bb/cmake-llvm-x86_64-linux/llvm-project/llvm/test/CodeGen/Mips/2008-07-07-Float2Int.ll
-march=mips | grep trunc.w.s |
/home/chapuni/bb/cmake-llvm-x86_64-linux/build/bin/./count 3
--
Exit Code: 1
Command Output (stderr):
--
Expected 3 lines, got 0.
--
******************** TEST 'LLVM :: CodeGen/Mips/double2int.ll' FAILED
********************
Script:
--
/home/chapuni/bb/cmake-llvm-x86_64-linux/build/bin/./llc -march=mips <
/home/chapuni/bb/cmake-llvm-x86_64-linux/llvm-project/llvm/test/CodeGen/Mips/double2int.ll
| /home/chapuni/bb/cmake-llvm-x86_64-linux/build/bin/./FileCheck
/home/chapuni/bb/cmake-llvm-x86_64-linux/llvm-project/llvm/test/CodeGen/Mips/double2int.ll
--
Exit Code: 1
Command Output (stderr):
--
/home/chapuni/bb/cmake-llvm-x86_64-linux/llvm-project/llvm/test/CodeGen/Mips/double2int.ll:5:10:
error: expected string not found in input
; CHECK: trunc.w.d $f{{[0-9]+}}, $f12
^
<stdin>:1:2: note: scanning from here
.section .mdebug.abi32
^
<stdin>:17:2: note: possible intended match here
trunc.w $f0, $f12
^
--
********************
More information about the llvm-commits
mailing list