[PATCH] D26714: [AMDGPU] Handle f16 select{_cc}

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 15:57:10 PST 2016


kzhuravl created this revision.
kzhuravl added reviewers: tstellarAMD, arsenm.
kzhuravl added subscribers: b-sumner, llvm-commits.
Herald added subscribers: tony-tye, yaxunl, nhaehnle, wdng.

- Select `select` to `v_cndmask_b32`
- Expand `select_cc`
- Refactor patterns


https://reviews.llvm.org/D26714

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInstructions.td
  lib/Target/AMDGPU/VOP3Instructions.td
  test/CodeGen/AMDGPU/select.f16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26714.78093.patch
Type: text/x-patch
Size: 14161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161115/08bc50ce/attachment.bin>


More information about the llvm-commits mailing list