[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
Fri Jun 20 18:16:58 PDT 2025
================
@@ -0,0 +1,48 @@
+# 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:
Don't need -x mir
https://github.com/llvm/llvm-project/pull/144968
More information about the llvm-commits
mailing list