[PATCH] D25975: AMDGPU/SI: Make f16 a legal type for VI subtargets

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 01:39:13 PDT 2016


kzhuravl added a comment.

All lit tests are passing, did not get a chance to verify on hardware yet. half.ll was replaced by `amdgcn-vop*f16*.ll` tests. I am in the process of f16 test restructuring, and did not have time to include following tests:

- vector vt
- vop2: v_mac_f16, v_madak_f16
- vop3: v_mad_f16
- vopc: all

I will upload those tests a bit later today.


https://reviews.llvm.org/D25975





More information about the llvm-commits mailing list