[PATCH] D119105: [DAGCombiner][AArch64] Enhance to fold CSNEG into CSINC instruction

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 06:26:19 PST 2022


dmgreen added a comment.

The code is very similar to the performAddCSelIntoCSinc method. Can they share the same code, with the differences for CSNeg accounted for?


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

https://reviews.llvm.org/D119105



More information about the llvm-commits mailing list