[llvm] [AMDGPU][True16][MC] added missing testlines for t16 test (PR #135823)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 28 08:55:16 PDT 2025
================
@@ -4,7 +4,7 @@
// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,+real-true16 -filetype=null %s 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s
// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize64,+real-true16 -filetype=null %s 2>&1 | FileCheck --check-prefix=W64-ERR --implicit-check-not=error: %s
-v_add_co_ci_u32_e32 v5, vcc_lo, v1, v2, vcc_lo
----------------
Sisyph wrote:
Using _e32 explicitly was probably intended, to cover this behavior.
https://github.com/llvm/llvm-project/pull/135823
More information about the llvm-commits
mailing list