[PATCH] D118047: [SVE] Fix VLS selection error from performPostLD1Combine(...)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 15:40:19 PST 2022


efriedma added a comment.

> Notice that performPostLD1Combine(...) is static, so I don't have access to the usual useSVEForFixedLengthVectorVT(...) and friends that would usually solve a problem like this. Is there a better way to handle this situation?

You can make performPostLD1Combine a member of AArch64TargetLowering if that would help.


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

https://reviews.llvm.org/D118047



More information about the llvm-commits mailing list