[llvm] [AMDGPU][GlobalISel] Fix assert on APInt creation. (PR #124608)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 17:55:52 PST 2025


================
@@ -0,0 +1,14 @@
+; REQUIRES: asserts
+; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx1200 -verify-machineinstrs -stop-after=instruction-select -o - %s | FileCheck %s
----------------
arsenm wrote:

Don't need -verify-machineinstrs 

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


More information about the llvm-commits mailing list