[PATCH] D71363: [MIPS GlobalISel] Select bitreverse
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 10:23:44 PST 2019
atanasyan added a comment.
I'll check again on my side tomorrow.
******************** TEST 'LLVM :: CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll' FAILED ********************
Script:
--
: 'RUN: at line 2'; /home/simon/work/llvm/bld/bin/llc -O0 -mtriple=mipsel-linux-gnu -global-isel -verify-machineinstrs /home/simon/work/llvm/git/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll -o -| /home/simon/work/llvm/bld/bin/FileCheck /home/simon/work/llvm/git/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll -check-prefixes=MIPS32
: 'RUN: at line 3'; /home/simon/work/llvm/bld/bin/llc -O0 -mtriple=mipsel-linux-gnu -global-isel -mattr=+mips32r2 -verify-machineinstrs /home/simon/work/llvm/git/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll -o -|
/home/simon/work/llvm/bld/bin/FileCheck /home/simon/work/llvm/git/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll -check-prefixes=MIPS32R2
--
Exit Code: 1
Command Output (stderr):
--
/home/simon/work/llvm/git/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll:20:16: error: MIPS32-NEXT: expected string not found in input
; MIPS32-NEXT: sll $3, $1, 4
^
<stdin>:34:2: note: scanning from here
and $3, $1, $2
^
<stdin>:36:2: note: possible intended match here
sll $1, $1, 4
^
/home/simon/work/llvm/git/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll:89:16: error: MIPS32-NEXT: expected string not found in input
; MIPS32-NEXT: sll $3, $1, 4
^
<stdin>:89:2: note: scanning from here
and $3, $1, $2
^
<stdin>:91:2: note: possible intended match here
sll $1, $1, 4
^
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71363/new/
https://reviews.llvm.org/D71363
More information about the llvm-commits
mailing list