[llvm] Add live in for PrivateSegmentSize in GISel path (PR #139968)
Jake Daly via llvm-commits
llvm-commits at lists.llvm.org
Fri May 16 08:13:38 PDT 2025
================
@@ -0,0 +1,22 @@
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1300 -global-isel -stop-after=prologepilog -o - %s | FileCheck %s
----------------
jakemdaly wrote:
The issue is that the compiler fails because of the $noreg. Is there a preferable way to show that?
https://github.com/llvm/llvm-project/pull/139968
More information about the llvm-commits
mailing list