[llvm] AMDGPU/GlobalISel: Fix G_INTRINSIC_FPTRUNC_ROUND round mode operand type (PR #202734)

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 11:54:02 PDT 2026


================
@@ -2,10 +2,8 @@
 ; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx1030 < %s | FileCheck -check-prefixes=CHECK,SDAG %s
 ; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx1010 < %s | FileCheck -check-prefixes=CHECK,SDAG %s
 ; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 < %s | FileCheck -check-prefixes=CHECK,GFX11-SDAG %s
-; XUN: llc -global-isel=1 -mtriple=amdgcn -mcpu=gfx1100 < %s | FileCheck -check-prefixes=CHECK,GFX11-GISEL %s
-; XUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx1030 < %s | FileCheck -check-prefixes=CHECK,GISEL %s
-
-; FIXME. gisel for fptrunc_round rtz
+; RUN: llc -global-isel=1 -mtriple=amdgcn -mcpu=gfx1100 < %s | FileCheck -check-prefixes=CHECK,GFX11-GISEL %s
----------------
petar-avramovic wrote:

think differences are true16 on/off

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


More information about the llvm-commits mailing list