[llvm] [AArch64] Sink vscale calls into loops for better isel (PR #70304)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 09:27:43 PDT 2023


================
@@ -14623,6 +14636,22 @@ bool AArch64TargetLowering::shouldSinkOperands(
     }
   }
 
+  // Sink vscales close to uses for better isel
----------------
paulwalker-arm wrote:

s/close/closer/

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


More information about the llvm-commits mailing list