[PATCH] D48529: [DAGCombiner][X86][PowerPC][ARM][AMDGPU][Sparc] Replace (sub C, X) with (xor X, C) if there is no chance of a borrow during the subtraction.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 27 09:03:24 PDT 2018


craig.topper abandoned this revision.
craig.topper added a comment.

I made an X86 specific change for this directly in isel. Abandoning.


Repository:
  rL LLVM

https://reviews.llvm.org/D48529





More information about the llvm-commits mailing list