[llvm-branch-commits] [clang] [llvm] [AMDGPU] Add s_setprio_inc_wg gfx1250 instruction (PR #145152)

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Jun 21 06:42:50 PDT 2025


================
@@ -0,0 +1,34 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -march=amdgcn -mcpu=gfx1250 -show-mc-encoding -verify-machineinstrs < %s | FileCheck -check-prefix=GFX1250 %s
----------------
shiltian wrote:

I think it is recommended to use `-mtriple=amdgcn-amd-amdhsa` instead of `-march`. There was a bulk update in upstream in the past.

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


More information about the llvm-branch-commits mailing list