[PATCH] D152904: [AMDGPU][GFX11] Add test coverage for 16-bit conversions, part 11.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 08:59:10 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/AMDGPU/fsub.f16.ll:146
-
-; SI-DAG: v_cvt_f32_f16_e32 v[[A_F32_0:[0-9]+]], v[[A_V2_F16]]
-; SI-DAG: v_lshrrev_b32_e32 v[[A_F16_1:[0-9]+]], 16, v[[A_V2_F16]]
----------------
Perhaps we should put the effort into update_llc_test_checks to variable match registers like x86 has


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152904/new/

https://reviews.llvm.org/D152904



More information about the llvm-commits mailing list