[PATCH] D62341: [DAGCombine][X86][AArch64][AMDGPU][MIPS][PPC] (sub x, c) -> (add x, -c) vector edition.

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 09:12:50 PDT 2019


atanasyan added a comment.

In D62341#1647139 <https://reviews.llvm.org/D62341#1647139>, @lebedev.ri wrote:

> @atanasyan D66805 <https://reviews.llvm.org/D66805> addresses all `llvm/test/CodeGen/Mips/msa/arithmetic.ll` regressions,
>  but `llvm/test/CodeGen/Mips/msa/i5-s.ll` one remains, i don't know what's going on there;
>  PTAL, thank you.


I'll take a look probably tomorrow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62341





More information about the llvm-commits mailing list