Skip to content

Commit

Permalink
[AArch64] Remove unused constant NeonBitsPerVector (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Jan 2, 2022
1 parent fc2b09a commit 3f7fd50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
Expand Up @@ -757,7 +757,6 @@ namespace AArch64 {
// <n x (M*P) x t> vector (such as index 1) are undefined.
static constexpr unsigned SVEBitsPerBlock = 128;
static constexpr unsigned SVEMaxBitsPerVector = 2048;
const unsigned NeonBitsPerVector = 128;
} // end namespace AArch64
} // end namespace llvm

Expand Down

0 comments on commit 3f7fd50

Please sign in to comment.