[PATCH] D81706: AMDGPU: Fix spill/restore of 192-bit registers
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 09:12:41 PDT 2020
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/spill-wide-vgpr.ll:1
+; RUN: llc -O0 -march=amdgcn -mcpu=fiji -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
+
----------------
critson wrote:
> At the moment this test seems to fail with an assertion?
Yes, this was the first attempt at a test (but the asm will never work as mentioned in the commit). I deleted this test after posting
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81706/new/
https://reviews.llvm.org/D81706
More information about the llvm-commits
mailing list