[PATCH] D106760: [AArch64] Fix Local Deallocation for Homogeneous Prolog/Epilog
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 24 17:26:56 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-local.ll:1
+; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -homogeneous-prolog-epilog | FileCheck %s
+; RUN: llc < %s -mtriple=aarch64-unknown-linux-gnu -homogeneous-prolog-epilog | FileCheck %s --check-prefixes=CHECK-LINUX
----------------
arm64-* tests are historical. New tests shouldn't need the prefix since all tests in this directory are related to aarch64.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-local.ll:20
+
+define i32 @foo(i32 %c) nounwind ssp minsize "frame-pointer"="non-leaf" {
+entry:
----------------
remove ssp "frame-pointer"="non-leaf" which are irrelevant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106760/new/
https://reviews.llvm.org/D106760
More information about the llvm-commits
mailing list