[PATCH] D83859: [SVE] Don't use LocalStackAllocation for SVE objects

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 10:32:36 PDT 2020


paulwalker-arm added a comment.

When generating the test mir file did you use `-simplify-mir`.  If not then I recommend regenerating it to remove redundant fields and thus have a simpler test input.



================
Comment at: llvm/test/CodeGen/AArch64/sve-localstackalloc.mir:1
+# RUN: llc -mtriple=aarch64--linux-gnu -mattr=+sve -start-before=localstackalloc -stop-after=localstackalloc -o - %s | FileCheck %s
+
----------------
You can use `-run-only=` here instead of the start/stop combo.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83859/new/

https://reviews.llvm.org/D83859





More information about the llvm-commits mailing list