[llvm] [AMDGPU] Fix end() iterator dereference in SILowerSGPRSpills (PR #88828)
Christudasan Devadasan via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 08:05:34 PDT 2024
================
@@ -0,0 +1,33 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -verify-machineinstrs -run-pass=si-lower-sgpr-spills -o - %s | FileCheck %s
----------------
cdevadas wrote:
nitpick. any specific reason to use gfx942?
This issue should be common to all. May be use gfx900.
https://github.com/llvm/llvm-project/pull/88828
More information about the llvm-commits
mailing list