[llvm] [AArch64] Fix regression introduced by c7148467fc08eefaaae876c7d11d62… (PR #77467)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 05:20:15 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-transforms
Author: David Sherwood (david-arm)
<details>
<summary>Changes</summary>
…9c849f42cf
---
Full diff: https://github.com/llvm/llvm-project/pull/77467.diff
1 Files Affected:
- (added) llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg (+2)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/77467
More information about the llvm-commits
mailing list