[llvm] [AArch64] Move the perfect-shuffle table out of line (PR #202617)
David Zbarsky via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 12:00:11 PDT 2026
================
@@ -441,7 +441,7 @@ int main() {
// Build up the table to emit.
std::cout << "\n// This table is 6561*4 = 26244 bytes in size.\n";
- std::cout << "static const unsigned PerfectShuffleTable[6561+1] = {\n";
+ std::cout << "const unsigned PerfectShuffleTable[6561 + 1] = {\n";
----------------
dzbarsky wrote:
ack, fixed
https://github.com/llvm/llvm-project/pull/202617
More information about the llvm-commits
mailing list