[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
Sun Sep 30 02:21:29 PDT 2018
xbolva00 added a comment.
Uh, I messed up. But still some warnings:
LLVM/llvm/test/CodeGen/Mips/llvm-ir/urem.ll
WARNING: Found conflicting asm under the same prefix: 'NOT-R6'!
WARNING: Found conflicting asm under the same prefix: 'https://reviews.llvm.org/source/clang-tools-extra/-R6'!
WARNING: Found conflicting asm under the same prefix: 'NOT-R2-R6'!
WARNING: Found conflicting asm under the same prefix: 'NOT-R6'!
WARNING: Found conflicting asm under the same prefix: 'https://reviews.llvm.org/source/clang-tools-extra/-R6'!
WARNING: Found conflicting asm under the same prefix: 'MM32'!
LLVM/llvm/test/CodeGen/Mips/llvm-ir/udiv.ll
WARNING: Found conflicting asm under the same prefix: 'GP32'!
WARNING: Found conflicting asm under the same prefix: 'MM32'!
https://reviews.llvm.org/D52668
More information about the llvm-commits
mailing list