[llvm] Split vgpr regalloc pipeline (PR #93526)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 10:40:36 PDT 2024
================
@@ -0,0 +1,17 @@
+; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -mattr=-flat-for-global -stress-regalloc=3 -filetype=null %s 2>&1 | FileCheck %s
----------------
arsenm wrote:
This is far too roundabout way of getting there, there must be a simpler way of getting SGPR uses. No new uses of -flat-for-global should be introduced
https://github.com/llvm/llvm-project/pull/93526
More information about the llvm-commits
mailing list