[PATCH] D62223: [DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y) + C fold

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 26 06:40:09 PDT 2019


lebedev.ri added a comment.

In D62223#1517555 <https://reviews.llvm.org/D62223#1517555>, @RKSimon wrote:

> The x86 changes look OK to me.


Thank you.
That means this patch is only waiting for @arsenm to comment whether D62263 <https://reviews.llvm.org/D62263> sufficiently addresses this AMDGPU regression.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62223





More information about the llvm-commits mailing list