[llvm] [AMDGPU][True16][CodeGen] sext i16 inreg in true16 mode (PR #144024)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 08:10:58 PDT 2025
================
@@ -0,0 +1,86 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-- -mcpu=gfx1100 -mattr=+real-true16 < %s | FileCheck -enable-var-scope --check-prefixes=GFX11-TRUE16 %s
+; RUN: llc -mtriple=amdgcn-- -mcpu=gfx1100 -mattr=-real-true16 < %s | FileCheck -enable-var-scope --check-prefixes=GFX11-FAKE16 %s
+
+define amdgpu_kernel void @v_sext_in_reg_i8_i16_shuffer_vector(ptr addrspace(1) %out, ptr addrspace(1) %ptr) #0 {
----------------
broxigarchen wrote:
updated
https://github.com/llvm/llvm-project/pull/144024
More information about the llvm-commits
mailing list