[all-commits] [llvm/llvm-project] 343c78: [AMDGPU][True16][MC] add fake16 error and promote ...
Brox Chen via All-commits
all-commits at lists.llvm.org
Mon Apr 28 08:16:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 343c784f18bb244242bcfd5bcff00daf197537a4
https://github.com/llvm/llvm-project/commit/343c784f18bb244242bcfd5bcff00daf197537a4
Author: Brox Chen <guochen2 at amd.com>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
A llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_err.s
A llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_promote.s
R llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err-fake16.s
A llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_err.s
A llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
A llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_err.s
A llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
A llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_err.s
A llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
A llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_err.s
A llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_promote.s
R llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_err-fake16.s
A llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_err.s
A llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
A llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_err.s
A llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
A llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_err.s
A llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
Log Message:
-----------
[AMDGPU][True16][MC] add fake16 error and promote test (#135984)
This is a NFC patch.
Added error and promote test for fake16 flow. This includes two part:
1. "*vop1_t16_err-fake16.s" is renamed to "*vop1_fake16_err.s"
2. added missing "fake16-promote.s" and other "*fake16_err.s" files
These tests are about promoting the instruction encoding to 64 bits if
the used registers are not encodable in the 32-bit form.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list