[PATCH] D90239: [MIR] Fix out of bounds access in MIRPrinter.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 11:31:49 PDT 2020
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/MIR/AMDGPU/stack-id-assert.mir:2
+# This test used to crash MIRPrinter::convertStackObjects().
+
+# RUN: llc -march=amdgcn -run-pass=si-lower-sgpr-spills,prologepilog -verify-machineinstrs -o - %s | FileCheck %s
----------------
Should mention why with dead objects
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90239/new/
https://reviews.llvm.org/D90239
More information about the llvm-commits
mailing list