[PATCH] D135331: [AMDGPU] Add test coverage to ensure first regallocfast only allocates SGPR

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 16:19:56 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/fastregalloc-sgpr-only.mir:2
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -verify-machineinstrs -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -O0 -start-before=regallocfast -stop-after=regallocfast -o - %s | FileCheck -check-prefix=GCN %s
+
----------------
Should specify run with regallocfast,0


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135331



More information about the llvm-commits mailing list