[PATCH] D81706: AMDGPU: Fix spill/restore of 192-bit registers

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 10:53:00 PDT 2020


rampitec 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
+
----------------
arsenm wrote:
> 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
But it is still here?


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

https://reviews.llvm.org/D81706





More information about the llvm-commits mailing list