[llvm] [LLVM][AArch64]Use load/store with consecutive registers in SME2 or S… (PR #77665)

Momchil Velikov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 10:49:18 PDT 2024


================
@@ -2784,6 +2784,28 @@ struct RegPairInfo {
 
 } // end anonymous namespace
 
+static unsigned findFreePredicateAsCounterReg(unsigned Reg) {
----------------
momchil-velikov wrote:

That function name does not describe what the function does. Consider something like `getAsPnReg()`.

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


More information about the llvm-commits mailing list