[llvm] [AMDGPU] Move architected SGPR implementation into isel (PR #79120)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 05:52:50 PST 2024


================
@@ -0,0 +1,147 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=amdgcn-amd-hsa -mcpu=gfx900 -mattr=+architected-sgprs --verify-machineinstrs < %s | FileCheck -check-prefix=GFX9-SDAG %s
----------------
jayfoad wrote:

> Can you add a run line for gfx900 (or any arch before gfx12) without -mattr=archited-sgpr?

Done.

https://github.com/llvm/llvm-project/pull/79120


More information about the llvm-commits mailing list