[llvm] [AMDGPU] Fix a potential integer overflow in GCNRegPressure when true16 is enabled (PR #144968)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 19 19:10:51 PDT 2025


================
@@ -0,0 +1,70 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -x mir -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1102 -run-pass=machine-scheduler %s -o - | FileCheck %s
+
+--- |
----------------
arsenm wrote:

Probably don't need IR section, and can compact register numbers with -run-pass=none 

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


More information about the llvm-commits mailing list