[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 22:46:33 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/homogeneous-prolog-epilog-local.ll:8
+
+define i32 @foo(i32 %c) nounwind minsize {
+entry:
----------------
Now I believe this test should just be added into `arm64-homogeneous-prolog-epilog.ll`
This reduces the number of RUN lines which can improve performance. Every `llc` process has some small initial setup overhead.
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