[PATCH] D52668: [DAGCombiner] Improve X div/rem Y fold if single bit element type
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 30 02:02:32 PDT 2018
RKSimon added a comment.
In https://reviews.llvm.org/D52668#1250301, @xbolva00 wrote:
> Thanks, one more problem:
>
> WARNING: Skipping non-opt RUN line: llc < %s -mtriple=mips -mcpu=mips32r3 -mattr=+micromips -relocation-model=pic | FileCheck %s -check-prefixes=ALL,MMR3,MM32
> WARNING: Skipping non-opt RUN line: llc < %s -mtriple=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic | FileCheck %s -check-prefixes=ALL,MMR6,MM32
> ...
Are you using update_llc_test_checks.py ? The "non-opt" remark makes me think you've used update_test_checks.py
https://reviews.llvm.org/D52668
More information about the llvm-commits
mailing list