[llvm] [GISel] Fix crash in GlobalISel utils method (PR #153334)
Victor Mustya via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 13 15:20:59 PDT 2025
================
@@ -0,0 +1,40 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=amdgcn-amd-mesa3d -mcpu=gfx1200 -run-pass=amdgpu-regbank-combiner -verify-machineinstrs %s -o - | FileCheck %s
+
+# COM: Check that the pass doesn't crash.
+
+---
+name: test_fmed3
----------------
vmustya wrote:
Done: https://github.com/llvm/llvm-project/pull/153334/commits/15bc48bed6ae3ec482e3c655a1859bdda8440772
https://github.com/llvm/llvm-project/pull/153334
More information about the llvm-commits
mailing list