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

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 05:37:34 PDT 2023


kosarev created this revision.
kosarev added reviewers: arsenm, Joe_Nash, rampitec, foad.
Herald added subscribers: StephenFan, kerbowa, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
kosarev requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This is the last patch in the series.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152809

Files:
  llvm/test/CodeGen/AMDGPU/call-argument-types.ll
  llvm/test/CodeGen/AMDGPU/call-return-types.ll
  llvm/test/CodeGen/AMDGPU/calling-conventions.ll
  llvm/test/CodeGen/AMDGPU/fmed3.ll
  llvm/test/CodeGen/AMDGPU/fneg.ll
  llvm/test/CodeGen/AMDGPU/uitofp.f16.ll
  llvm/test/CodeGen/AMDGPU/unpack-half.ll
  llvm/test/CodeGen/AMDGPU/v_mac.ll
  llvm/test/CodeGen/AMDGPU/v_mac_f16.ll
  llvm/test/CodeGen/AMDGPU/v_madak_f16.ll
  llvm/test/CodeGen/AMDGPU/widen-smrd-loads.ll



More information about the llvm-commits mailing list