[llvm] [AArch64] Add an AArch64 pass for loop idiom transformations (PR #72273)
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 04:22:06 PST 2023
================
@@ -0,0 +1,726 @@
+
+//===- AArch64LoopIdiomTransform.cpp - Loop idiom recognition -------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
----------------
sjoerdmeijer wrote:
Some high level descriptions what patterns are recognised would be nice.
https://github.com/llvm/llvm-project/pull/72273
More information about the llvm-commits
mailing list