[llvm] [AArch64][GISel] Support SVE with 128-bit min-size for G_LOAD and G_STORE (PR #92130)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 28 05:50:25 PDT 2024
    
    
  
================
@@ -440,8 +463,7 @@ AArch64LegalizerInfo::AArch64LegalizerInfo(const AArch64Subtarget &ST)
           {p0, v4s32, v4s32, 8},
           {p0, v2s64, v2s64, 8},
           {p0, v2p0, v2p0, 8},
-          {p0, s128, s128, 8},
-      })
+          {p0, s128, s128, 8}})
----------------
Him188 wrote:
Done, formatted the entire patch.
https://github.com/llvm/llvm-project/pull/92130
    
    
More information about the llvm-commits
mailing list