[llvm] [AMDGPU] Move architected SGPR implementation into isel (PR #79120)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 08:11:26 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:
> We have not enabled FeatureArchitectedSGPRs for GFX12 yet (I was going to do that in a later patch)
Actually I guess enabling it for GFX12 is orthogonal, so I have done that here: #79160
https://github.com/llvm/llvm-project/pull/79120
More information about the llvm-commits
mailing list