[PATCH] D139174: [PowerPC][GISEL]support for float point and integer convertion
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 4 19:21:15 PST 2022
shchenz added a comment.
In D139174#3966811 <https://reviews.llvm.org/D139174#3966811>, @arsenm wrote:
> Seems a shame to have to have all that manual selection for such a simple instruction
Thanks for review. Yeah, we can improve this at least for simple patterns when direct move and fpcvt are available on the targets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139174/new/
https://reviews.llvm.org/D139174
More information about the llvm-commits
mailing list