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

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 29 22:38:04 PDT 2018


atanasyan added a comment.

In https://reviews.llvm.org/D52668#1250229, @xbolva00 wrote:

> 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'


You need to replace `-march`  with `-mtriple` in RUN statements before running the `update_llc_test_checks.py`. For example, `-march=mips` becomes `-mtriple=mips`.


https://reviews.llvm.org/D52668





More information about the llvm-commits mailing list