[llvm] ffab5a0 - Add a test for the A16/A17 parts of eb1b428750181ea742c547db0bc7136cd5b8f732
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 11 10:52:44 PST 2024
Author: Jon Roelofs
Date: 2024-02-11T10:51:51-08:00
New Revision: ffab5a089b1e94b3305fbdfdf1547b751121c090
URL: https://github.com/llvm/llvm-project/commit/ffab5a089b1e94b3305fbdfdf1547b751121c090
DIFF: https://github.com/llvm/llvm-project/commit/ffab5a089b1e94b3305fbdfdf1547b751121c090.diff
LOG: Add a test for the A16/A17 parts of eb1b428750181ea742c547db0bc7136cd5b8f732
There are a couple of open questions on what we should do for A14, so I'll
leave that off for now.
https://github.com/llvm/llvm-project/pull/81325#issuecomment-1937489565
Added:
Modified:
llvm/test/CodeGen/AArch64/misched-fusion-addadrp.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/misched-fusion-addadrp.ll b/llvm/test/CodeGen/AArch64/misched-fusion-addadrp.ll
index cddcd4653bc541..a75c30317f13c5 100644
--- a/llvm/test/CodeGen/AArch64/misched-fusion-addadrp.ll
+++ b/llvm/test/CodeGen/AArch64/misched-fusion-addadrp.ll
@@ -13,6 +13,8 @@
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=neoverse-v1 | FileCheck %s
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=neoverse-n2 | FileCheck %s
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=neoverse-v2 | FileCheck %s
+; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=apple-a16 -mattr=-fuse-literals | FileCheck %s
+; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=apple-a17 -mattr=-fuse-literals | FileCheck %s
@g = common local_unnamed_addr global ptr null, align 8
More information about the llvm-commits
mailing list