[PATCH] D115739: [SVE][DAGCombiner] Enable ISD::ABDS and ISD::ABDU for SVE.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 04:21:57 PST 2022


paulwalker-arm added a comment.

Thanks @dmgreen. I've broken the ISel part out into D117873 <https://reviews.llvm.org/D117873>.  I'll revisit this patch once the ISel is available.  I took another look at the NEON side of things and I looks like I can use 32bit vectors to exercise the new combine so I'll add those tests when I rebase.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115739



More information about the llvm-commits mailing list