[PATCH] D119428: [AArch64][SVE] Fix selection failure caused by fp/int convert using non-Neon types
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 05:07:49 PST 2022
paulwalker-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:13742
+ if (Op.getValueSizeInBits().getFixedSize() > 128)
+ return SDValue();
----------------
As is my usual comment. Can this test be tightened up?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119428/new/
https://reviews.llvm.org/D119428
More information about the llvm-commits
mailing list