[llvm] [AMDGPU] Prefer packed minimum/maximum ops for two-input ops (PR #215449)

Yaxun Liu via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 21:14:26 PDT 2026


================
@@ -0,0 +1,23 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 < %s | FileCheck -check-prefix=GFX950 %s
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1250 < %s | FileCheck -check-prefix=GFX1250 %s
----------------
yxsamliu wrote:

Updated the test to use the new subarch triples:

`amdgpu9.50-amd-amdhsa` for `gfx950` and `amdgpu12.50-amd-amdhsa` for `gfx1250`.

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


More information about the llvm-commits mailing list