[PATCH] D69741: [Codegen] Both sides of '&&' are same; fixed

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 02:08:26 PST 2019


hans added a comment.

In D69741#1739377 <https://reviews.llvm.org/D69741#1739377>, @xbolva00 wrote:

> @RKSimon / @hans  - do you have any idea how to progress here? It is shame to have such obvious mistake in code just to keep RISC V working. Since no other targets are broken, I think this needs to be solved on RISC V side.


Maybe someone from RISC-V could try to figure out what pattern it is that's causing the problem? Perhaps one approach could be to bisect over RISC-V commits with this patch applied and seeing where the timeouts start?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69741/new/

https://reviews.llvm.org/D69741





More information about the llvm-commits mailing list