[PATCH] D123386: [AArch64] Add lane moves to PerfectShuffle tables
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 07:33:06 PDT 2022
nemanjai added inline comments.
================
Comment at: llvm/utils/PerfectShuffle/PerfectShuffle.cpp:317
+ // lane insert to fixup the result.
+ unsigned MinVal = i;
+ unsigned MinCost = ShufTab[i].Cost;
----------------
This is unused and is causing build breaks with `-Werror`:
https://lab.llvm.org/buildbot/#/builders/57/builds/17025
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123386/new/
https://reviews.llvm.org/D123386
More information about the llvm-commits
mailing list