[PATCH] D93685: [MIRPrinter] Fix incorrect output of unnamed stack names

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 07:16:30 PST 2020


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/MIR/AArch64/unnamed-stack.ll:3
+; RUN: llc -march aarch64 -run-pass=none -o - %t.mir | FileCheck %s
+
+define i16 @unnamed_stack() {
----------------
Add a brief comment explaining that this checks round tripping anonymous allocas


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93685



More information about the llvm-commits mailing list