[PATCH] D112303: [AArch64][SVE] Generate SVE >2 element structured load/stores from fixed types
Jan Svoboda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 29 04:03:27 PDT 2021
jansvoboda11 added a comment.
This is causing build failures on our bot: https://green.lab.llvm.org/green/job/clang-stage1-RA/25089/console
llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:12017:10: error: no matching function for call to 'max'
return std::max(1UL, (DL.getTypeSizeInBits(VecTy) + 127) / VecSize);
^~~~~~~~
Can you take a look please?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112303/new/
https://reviews.llvm.org/D112303
More information about the llvm-commits
mailing list