[llvm] [AMDGPU][GISel] Add RegBankLegalize support for G_STRICT_{FADD|FSUB|FMUL} (PR #169406)

Chinmay Deshpande via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 24 12:58:03 PST 2025


================
@@ -1,7 +1,8 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 < %s | FileCheck -check-prefix=GCN %s
-; RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1010 < %s | FileCheck -check-prefix=GFX10 %s
-; RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1100 -amdgpu-enable-delay-alu=0 < %s | FileCheck -check-prefix=GFX10 %s
----------------
chinmaydd wrote:

This RUN line had an incorrect check-prefix. The target was gfx1100 but the check-prefix was GFX10

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


More information about the llvm-commits mailing list