[llvm] [AArch64][GlobalISel] Perfect Shuffles (PR #106446)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 02:28:53 PDT 2024


================
@@ -6588,6 +6588,25 @@ static const unsigned PerfectShuffleTable[6561 + 1] = {
     835584U,     // <u,u,u,u>: Cost 0 copy LHS
     0};
 
+enum {
----------------
tschuett wrote:

Would `enum class` create too much noise?

https://github.com/llvm/llvm-project/pull/106446


More information about the llvm-commits mailing list