[llvm] [AArch64] Fix regression introduced by c7148467fc08eefaaae876c7d11d62… (PR #77467)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 05:18:00 PST 2024


https://github.com/david-arm created https://github.com/llvm/llvm-project/pull/77467

…9c849f42cf

>From 8e5cbb47cd7e495abed988739983251184444e35 Mon Sep 17 00:00:00 2001
From: David Sherwood <david.sherwood at arm.com>
Date: Tue, 9 Jan 2024 13:16:16 +0000
Subject: [PATCH] [AArch64] Fix regression introduced by
 c7148467fc08eefaaae876c7d11d629c849f42cf

---
 llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg

diff --git a/llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg b/llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg
new file mode 100644
index 00000000000000..10d4a0e953ed47
--- /dev/null
+++ b/llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "AArch64" in config.root.targets:
+    config.unsupported = True



More information about the llvm-commits mailing list