[PATCH] D142313: [PowerPC] Replace PPCISD::VABSD(X,Y,0) cases with generic ISD::ABDU(X,Y) node
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 17:59:28 PST 2023
nemanjai added a comment.
Thanks for updating this. I am just curious, do the combines you removed just end up getting combined to a `VSELECT`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142313/new/
https://reviews.llvm.org/D142313
More information about the llvm-commits
mailing list