[PATCH] D52668: [DAGCombiner] Improve X div/rem Y fold if single bit element type

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 29 14:16:06 PDT 2018


xbolva00 added a comment.

xbolva00 at xbolva00:~/LLVM/llvm/utils$ ./update_llc_test_checks.py /home/xbolva00/LLVM/llvm/test/CodeGen/Mips/llvm-ir/urem.ll
Cannot find a triple. Assume 'x86'
Cannot find a triple. Assume 'x86'
Cannot find a triple. Assume 'x86'

WARNING: Found conflicting asm under the same prefix: 'NOT-R6'!
WARNING: Found conflicting asm under the same prefix: 'NOT-R6'!
Cannot find a triple. Assume 'x86'
Cannot find a triple. Assume 'x86'
Cannot find a triple. Assume 'x86'

and then test crashes :(
/home/xbolva00/LLVM/llvm/test/CodeGen/Mips/llvm-ir/srem.ll:439:16: error: NOT-R6-NEXT: expected string not found in input
; NOT-R6-NEXT: daddiu $sp, $sp, -16


https://reviews.llvm.org/D52668





More information about the llvm-commits mailing list